syn.tcl 276 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
# Basic synthesis file to replicate DFFSR bug

yosys -import
set libfile osu018_stdcells_edit.lib

read_verilog -sv sd_rrmux.v

# Vanilla synth flow
hierarchy
procs
fsm
opt
techmap
opt

dfflibmap -liberty $libfile

abc -liberty $libfile

clean

write_verilog sd_rrmux_osu.gv