-
Hi all, I'm new to using ORFS and tried some tutorials from https://github.com/The-OpenROAD-Project/micro2022tutorial. Completing exercise 5 got this simple output: From this, I'm trying to make a simple combinational circuit. Running make DESIGN_CONFIG=../../half_Adder/config.mk, it always ends at this error:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Please package this as a standalone test case and attach it. Reproducing it from screen shots is inefficient. |
Beta Was this translation helpful? Give feedback.
-
Here's the zip file along with the command : make DESIGN_CONFIG=../../try/config.mk |
Beta Was this translation helpful? Give feedback.
-
(1) change module name from 'half_adder' to 'halfAdder' |
Beta Was this translation helpful? Give feedback.
-
In the config.mk
while in halfAdder.v:
These names need to match. |
Beta Was this translation helpful? Give feedback.
In the config.mk
while in halfAdder.v:
These names need to match.