mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
techmap: set Han-Carlson adder priority consistent with Kogge-Stone
This commit is contained in:
parent
3f078d9afa
commit
4bf3677640
|
@ -1,5 +1,5 @@
|
||||||
(* techmap_celltype = "$lcu" *)
|
(* techmap_celltype = "$lcu" *)
|
||||||
module _85_lcu_han_carlson (P, G, CI, CO);
|
module _80_lcu_han_carlson (P, G, CI, CO);
|
||||||
parameter WIDTH = 2;
|
parameter WIDTH = 2;
|
||||||
|
|
||||||
(* force_downto *)
|
(* force_downto *)
|
||||||
|
|
|
@ -8,7 +8,7 @@ for {set i 1} {$i <= 16} {incr i} {
|
||||||
design -load init
|
design -load init
|
||||||
chparam -set WIDTH $i
|
chparam -set WIDTH $i
|
||||||
yosys proc
|
yosys proc
|
||||||
equiv_make -blacklist ppa.nomatch lcu _85_lcu_han_carlson equiv
|
equiv_make -blacklist ppa.nomatch lcu _80_lcu_han_carlson equiv
|
||||||
equiv_simple equiv
|
equiv_simple equiv
|
||||||
equiv_status -assert equiv
|
equiv_status -assert equiv
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue