Commit 303466ff by SergeyDegtyar

Fix regress on #160 build; Clean up issue_01161.ys.

parent 7729b1cf
...@@ -10,14 +10,14 @@ cd macc ...@@ -10,14 +10,14 @@ cd macc
stat stat
select -assert-count 1 t:BUFG select -assert-count 1 t:BUFG
select -assert-count 53 t:FDRE select -assert-count 53 t:FDRE
select -assert-count 64 t:LUT2 select -assert-count 63 t:LUT2
select -assert-count 10 t:LUT3 select -assert-count 11 t:LUT3
select -assert-count 22 t:LUT4 select -assert-count 22 t:LUT4
select -assert-count 14 t:LUT5 select -assert-count 13 t:LUT5
select -assert-count 123 t:LUT6 select -assert-count 129 t:LUT6
select -assert-count 34 t:MUXCY select -assert-count 34 t:MUXCY
select -assert-count 41 t:MUXF7 select -assert-count 45 t:MUXF7
select -assert-count 14 t:MUXF8 select -assert-count 15 t:MUXF8
select -assert-count 36 t:XORCY select -assert-count 36 t:XORCY
select -assert-none t:BUFG t:FDRE t:LUT2 t:LUT3 t:LUT4 t:LUT5 t:LUT6 t:MUXCY t:MUXF7 t:MUXF8 t:XORCY %% t:* %D select -assert-none t:BUFG t:FDRE t:LUT2 t:LUT3 t:LUT4 t:LUT5 t:LUT6 t:MUXCY t:MUXF7 t:MUXF8 t:XORCY %% t:* %D
...@@ -3,11 +3,7 @@ read_verilog ../top.v ...@@ -3,11 +3,7 @@ read_verilog ../top.v
hierarchy hierarchy
proc proc
write_ilang error_design.proc.il write_verilog result_no_opt.log
show -format svg -prefix error_design.proc error_design
write_verilog result_old.log
opt_clean opt_clean
write_ilang error_design.opt_clean.il
show -format svg -prefix error_design.opt_clean error_design
write_verilog result.log write_verilog result.log
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment