-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate Vivado project + block diagram #709
Comments
After comparing a hand written tcl script for the project generation and the one generate using fusesoc, it was observed that Vivado expects the block design tcl script to be in the same fileset (
Afterwards another issue showed up:
The entire fusesoc core file solving both problems, for completeness, be can found below:
I hope it may be useful to other FuseSoc users. |
Hello everybody,
infos:
I am trying to generate a simple project (original source here), and when running
fusesoc run --target synth uart_axi
I get the following error:Is it possible to specify the order the vhdl and tcl files are read, so the vhdl files are sourced before the block diagram and they can be properly found and the block diagram can be successfully generated?
The text was updated successfully, but these errors were encountered: