I am trying to add a constraint on the generated c...
# sky130
z
I am trying to add a constraint on the generated clock using "create_generated_clock" but the problem is when I add the option of "get_ports " the tool fails to read the hierarchy name so is there any one here that can help me or tried before to do this on yosys tool
👍 2
v
for better understanding share the log and command you tried
z
I tried to define the generated clock as in -line 4- inside the base.sdc file but this the error that was generated after synthesizing
IMG_20230328_152958_617.jpg
v
There are too many things need to be fixed. Better raise github issue here https://github.com/The-OpenROAD-Project/OpenLane/issues with required
src
and
config.json
to check the same. From your design, which is your clock port?
you're trying to pass the port which is not part of the design like
CLK
or
clk_branch
z
This the top system
This the config file
v
which version of OpenLane you're using?
Better move this discussionto #openlane
remove line number 11 and 15 and try to run the flow.
z
Version 0.9
I tried to remove them but same error
v
its very old. follow this step and install from here for latest OpenLane https://github.com/The-OpenROAD-Project/OpenLane#installation-the-short-version
Based on which document you've installed Version 0.9? can you point that link, it is better to update that document as well
z
I installed it from this link but it seems there was a misunderstanding from as the package required was 0.9 but i don't if this refers to openlane version or not
v
python3 ./env.py issue-survey
run above command and share the log. It will show commit ID what you're using. Run inside
OpenLane
directory