mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-26 13:06:12 +00:00
Added spice backend
This commit is contained in:
parent
70476e2431
commit
bbe5aa446b
6 changed files with 306 additions and 0 deletions
11
techlibs/cmos/counter.ys
Normal file
11
techlibs/cmos/counter.ys
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
read_verilog counter.v
|
||||
read_verilog -lib cmos_cells.v
|
||||
|
||||
proc;; memory;; techmap;;
|
||||
dfflibmap -liberty cmos_cells.lib
|
||||
abc -liberty cmos_cells.lib;;
|
||||
|
||||
write_verilog synth.v
|
||||
write_spice synth.sp
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue