Replies: 1 comment 7 replies
-
@povik any thoughts as this isn't really an ORFS issue afaik. |
Beta Was this translation helpful? Give feedback.
7 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.
-
Hi @maliberty ,
I was trying to add a different configuration of Rocket CPU generated using chipyard to
OpenROAD-flow-scripts/flow/designs
(similar to tinyRocket example provided). When I runmake synth
, I see following error:ERROR: Missing cost information on instanced blackbox data_arrays_0_ext
. (I must say I just defined the memory module as blackbox and have not added a .lib file using sram generator)I see few closed issues (e.g. #175 and #2054) discussing this that .lib files are be added for all macros. Is there a work around for this where I can skip adding .lib files to all the memory modules? (at the moment I'm just focused on synthesis).
Beta Was this translation helpful? Give feedback.
All reactions