3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00

A bit more on where $lcu comes from

This commit is contained in:
Eddie Hung 2019-08-09 09:50:47 -07:00
parent 5aef998957
commit acfb672d34

View file

@ -537,6 +537,8 @@ endmodule
// used in binary arithmetic operations. By replacing the ripple
// carry structure used in full-adder blocks, the more significant
// 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);
parameter WIDTH = 1;