how to work with multiple verilog files #1346
Unanswered
IngYordiDelgado
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
If it's single directory use following: Refer the document link: https://openlane.readthedocs.io/en/latest/usage/designs.html#adding-your-designs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i tried to test a project with multiple verilog files, i put this files on a directory called rtl in the configuration file i set the verilog file to the path of my top level file and its name and im getting the following error
[ERROR]: during executing: "yosys -c /openlane/scripts/yosys/synth.tcl -l /openlane/designs/gcd/runs/RUN_2022.09.10_00.07.58/logs/synthesis/1-synthesis.log |& tee /dev/null"
[ERROR]: Exit code: 1
[ERROR]: Last 10 lines:
Generating Graphviz representation of design.
Writing dot description to `/openlane/designs/gcd/runs/RUN_2022.09.10_00.07.58/tmp/synthesis/hierarchy.dot'.
Dumping module gcd to page 1.
Executing HIERARCHY pass (managing design hierarchy).
3.1. Analyzing design hierarchy..
ERROR: Module
\gcd_control' referenced in module\gcd' in cell `\GCDctrl0' is not part of the design.child process exited abnormally
Beta Was this translation helpful? Give feedback.
All reactions