Skip to content

Conversation

skokvermon
Copy link

@skokvermon skokvermon commented Apr 4, 2023

This adds possibility of simulating vivado XCI in xsim.
Compatible with vivado synthesis XCI support.
Automatically calls vivado to generate code from the makefile

needs a new parameter: part which select xilinx part number

Also added a side feature in the makefile to enable vcd output.
the default makefile run is now selectable with new parameter: default_run

fixes bug #344

example

tools:
  xsim:
    default_run: run-vcd
    part: xc7a100tcsg324-2

@olofk
Copy link
Owner

olofk commented Nov 11, 2024

I think this might be better to handle with a generator so that all simulators can benefit from this. Also, the xsim backend currently only implements the old Tool API. We should focus on porting it to the new Flow API.

@olofk olofk force-pushed the main branch 3 times, most recently from 4a7afda to 7972cd7 Compare August 29, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants