Hi, simulation with digital block full-parasitic extracted netlists fails.
I'm using the same instructions indicated on the 3rd chipalooza presentation, but the simulation is getting stuck using T=50n, while openlane validated STA with T=4n. This happens bith discrete and continuous models.
(compiled from C code) that converts verilog to SPICE. Yosys can also read verilog and output SPICE.
You can't get port ordering from verilog because verilog does not require port ordering (although there is a valid SPICE-like port syntax that does require specific ordering). Most verilog is written with ports in the form
.pin_name(net_name)
so that the name of the pin in the module is always given along with the net in the parent cell connecting to it, and ports can therefore be in any order.
a
aquiles viza
04/16/2024, 3:33 PM
Eventually I will review how to fix port ordering in gds extracted without a reference spice, now I'm too busy
Thanks Tim and David
Linen is a search-engine friendly community platform. We offer integrations with existing Slack/Discord communities and make those conversations Google-searchable.