Open Manarabdelaty opened 3 years ago
@Manarabdelaty The extracted spice file needs to be modified to be more spice-like to run CVC. X-devices need to be converted to mosfets, etc. Are you an efabless employee? If so, I can show you where I keep the scripts.
@d-m-bailey I would highly suggest making these scripts publically available under an open source license so anyone can use CVC with the OpenLane flow output?
@d-m-bailey Yes, I am an efabless employee. It would be very helpful if you can show me the scripts and if you don't mind we can get them integrated into openlane like @mithro suggested.
@mithro Right, the current integration on CVC into openlane is somewhat limited. From the CVC standpoint, the ideal input would be created by converting the verilog gate level netlists to spice and then adding the spice libraries. I haven't figured out how to do that yet, so the current implementation uses the maglef extracted layout with the spice library cells. However, I believe that it did not handle hierarchical verilog for some reason. What I working on now is using the device level extracted netlist, but since the device names and some net names do not match the netlist, debugging the results can be non-trivial.
Release early, release often :-)
The great thing about open source is that other people can play with your half finished stuff and help you finish it.
Hi @d-m-bailey
I am trying to run CVC on the spice extracted from the gds. CVC first complained on missing models:
So, I gave it the primitive devices cdl files but I got the following parsing error:
I am attaching the cdl file along with the cvc logs. cvc.tar.gz