yosys/tests/arch/analogdevices/bug1462.ys

12 lines
146 B
Plaintext
Raw Normal View History

2025-09-24 21:56:27 +02:00
read_verilog << EOF
module top(...);
input wire [31:0] A;
output wire [31:0] P;
assign P = A * 32'h12300000;
endmodule
EOF
synth_analogdevices