Everytime I am trying to synthesis it comes up. I ...
# openroad
r
Everytime I am trying to synthesis it comes up. I am not able to perform Synthesis. The lib i used is asap7_seq_RVT_FF_nldm
a
Are you using ORFS?
r
No
Openroad
First yosys for synthesis and then will use openroad for the PD
a
ORFS (OpenROAD Flow Scripts) is a flow which uses both Yosys and OpenROAD to do RTL to GDS. You have posted an issue with Yosys. We don't support issues with Yosys unless they come from running ORFS.
You should ask in a more appropriate channel if that's the case
r
How can i Integrate my design in ORFS?
r
The ORFS performs whole PD automated? Can we do the each and every step of flow independetly
in orfs
a
Yes the flow is described in the docs
r
Okay thank you
e
For what it's worth, the root cause is you used a single asap7 .lib file, one that only describes flops and latches (hence the seq in the name), which is useless for the purpose of technology mapping with abc, which deals with combinational logic only. There are multiple asap7 .lib files that all have to be used to successfully synthesize the typical design and ORFS merges them together for you