Commit 8486a496 by Miodrag Milanovic

Some fixes

parent eb017d1e
......@@ -35,5 +35,5 @@ synth_intel -nobram
#design -load postopt
cd top
select -assert-count 520 t:dffeas
select -assert-count 977 t:fiftyfivenm_lcell_comb
select -assert-count 976 t:fiftyfivenm_lcell_comb
select -assert-none t:dffeas t:fiftyfivenm_lcell_comb %% t:* %D
......@@ -7,7 +7,7 @@ opt -full
select -assert-count 1 t:$dff
select -assert-count 1 t:$fsm
select -assert-count 5 t:$mux
select -assert-count 3 t:$or
select -assert-count 2 t:$or
select -assert-count 1 t:$pmux
select -assert-count 1 t:fsm
......
......@@ -7,7 +7,7 @@ opt -mux_bool
select -assert-count 1 t:$dff
select -assert-count 1 t:$fsm
select -assert-count 5 t:$mux
select -assert-count 3 t:$or
select -assert-count 2 t:$or
select -assert-count 1 t:$pmux
select -assert-count 1 t:fsm
......
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