Adding external library - dependency list
Hi,
i've got a little problem.
I want to add an RAM entity which i created using the Xilinx CORE generator.
The entity file starts with
LIBRARY ieee; USE ieee.std_logic_1164.ALL; -- synthesis translate_off Library XilinxCoreLib; -- synthesis translate_on .....
When i add the unresolved reference to XilinxCoreLib and want to compile Sigasi tells me
sigasi clean # Performing clean.. # Done. # sigasi buildAll # Performing full build... # Nothing to do. Ensure a dependency list has been specified. # 0 # quit -f
But i dont know where to specify the dependency list.
Also i dont can choose anything in the "choose toplevel" wizard...
Thanks for helping,
Robert
- Forums:
Hi Robert, Do you have any
Hi Robert,
Do you have any architectures in your design? Is your design compiled (if you have an outline for the file, it is compiled).
If that does not work, can you post a screenshot an your log file?
Hey, this is the source file
Hey, this is the source file of the entity i want to compile.
"Xilinx Core lib" is listed under "External libraries".
The "dependencies.csv" sigasi created is emtpy..
I tried to edit it, but after recompiling it is emtpy again.
I the sigasi.tcl there is this line:
set dependencyList [_getDependencyList $sourceFile]
But i dont know how to specify the depedency list....
thanks for helping,
robert
Ticket:1184
Hi Robert,
it seems we introduced a bug in our external library builder in the latest release. As a result of this bug XilinxCoreLib is not compiled.
This is logged as ticket:1184 . We are working on a fix.
Hendrik.
ticket:1184
We released a bug fix for your issue: http://www.sigasi.com/update_20110131
Post new comment