mirror of https://github.com/YosysHQ/yosys.git
A bit more on where $lcu comes from
This commit is contained in:
parent
5aef998957
commit
acfb672d34
|
@ -537,6 +537,8 @@ endmodule
|
||||||
// used in binary arithmetic operations. By replacing the ripple
|
// used in binary arithmetic operations. By replacing the ripple
|
||||||
// carry structure used in full-adder blocks, the more significant
|
// carry structure used in full-adder blocks, the more significant
|
||||||
// bits of the sum can be expected to be computed more quickly.
|
// bits of the sum can be expected to be computed more quickly.
|
||||||
|
// Typically created during `techmap` of $alu cells
|
||||||
|
// (see the "_90_alu" rule in +/techmap.v)
|
||||||
module \$lcu (P, G, CI, CO);
|
module \$lcu (P, G, CI, CO);
|
||||||
|
|
||||||
parameter WIDTH = 1;
|
parameter WIDTH = 1;
|
||||||
|
|
Loading…
Reference in New Issue