3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 11:43:38 +00:00
yosys/tests/various/bug1462.ys
Marcin Kościelnicki 15232a48af Fix #1462, #1480.
2019-11-19 08:57:39 +01:00

12 lines
139 B
Plaintext

read_verilog << EOF
module top(...);
input wire [31:0] A;
output wire [31:0] P;
assign P = A * 32'h12300000;
endmodule
EOF
synth_xilinx