Skip to content

Commit

Permalink
Added a script that updates all the library fields for all the simula…
Browse files Browse the repository at this point in the history
…tions sources

This script is a workaround for Vivado not updating the libraries fields for all the simulation subdirectories in Edit IP packager
  • Loading branch information
VancaBogdan committed Jun 23, 2020
1 parent 11928bb commit 5dcb8bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,6 @@ For technical support or questions, please post on the [Digilent Forum](forum.di

Additional Notes
----------------
Open the tcl file, found at \</src/other/sim_sources_workaround.tcl for updating all the library fields needed for running the simulation in "Edit IP packager".
For more information on how this project is version controlled, refer to the [digilent-vivado-scripts repo](https://github.com/digilent/digilent-vivado-scripts).

1 change: 1 addition & 0 deletions src/other/sim_sources_workaround.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set_property library xil_defaultlib [get_files -compile_order sources -used_in simulation]

0 comments on commit 5dcb8bc

Please sign in to comment.