sepide asgari
01/13/2023, 3:03 PMStefan Schippers
01/13/2023, 3:17 PMsepide asgari
01/13/2023, 3:28 PMStefan Schippers
01/13/2023, 3:28 PMspi2spice.py
(from qflow) script that converts a netlist of standard cells into accelerated Xspice LUT based logic elements.
Xschem has such an example (sky130_tests/test_stdcells.sch) where a block containing standard cells is simulated at transistor level together with the same block converted by spi2xspice.py to Xspice logic primitives. Xspice simulation si event based and much faster.Stefan Schippers
01/13/2023, 3:29 PMJuan Andres
01/13/2023, 11:13 PMMitch Bailey
01/13/2023, 11:34 PM*.sym
text file to be in the same order as the verilog ports, LVS would pass.Juan Andres
01/13/2023, 11:39 PMsepide asgari
01/13/2023, 11:43 PMJuan Andres
01/13/2023, 11:44 PMStefan Schippers
01/15/2023, 10:58 AMformat_v="......"
attribute to all standard cell symbols that defines the netlist rule for verilog.
If you give the command xschem set format format_v
spice netlist will use format_v
as netlist rule for all symbols that have a definition for it or revert to default '`format`' if not defined.Mitch Bailey
01/15/2023, 12:00 PMStefan Schippers
01/15/2023, 12:10 PM