3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-08-15 02:15:31 +00:00

Explicitly pin C_SEL to 0

Co-authored-by: Thomas Vanhaniemi <thomas.vanhaniemi@gmail.com>
This commit is contained in:
Johan Olby 2026-07-15 10:40:19 +02:00 committed by GitHub
parent 98656e284b
commit 7382f2bb19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@ module \$__MUL27X18 (input [26:0] A, input [17:0] B, output [44:0] Y);
MULTALU27X18 #(
.MULT12X12_EN("FALSE"),
.MULT_RESET_MODE("SYNC"),
.C_SEL(1'b0),
.AREG_CLK("BYPASS"),
.BREG_CLK("BYPASS"),
.PREG_CLK("BYPASS"),