issue_00527.ys 319 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# 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
proc
fsm
opt
techmap
opt

dfflibmap -liberty ../osu018_stdcells_edit.lib

abc -liberty ../osu018_stdcells_edit.lib

clean

22
select -assert-count 0 t:DFFSR
23