Sign in
foss-fpga-tools
/
third_party
/
yosys
/
b4ac539f48d1370133f2aa72d0df9ccd02a66d84
/
.
/
tests
/
various
/
bug1462.ys
blob: 15cab51210d5f12afee793b2027f4d1eaa9c27f0 [
file
] [
log
] [
blame
]
read_verilog
<<
EOF
module
top
(...);
input wire
[
31
:
0
]
A
;
output wire
[
31
:
0
]
P
;
assign P
=
A
*
32
'h12300000;
endmodule
EOF
synth_xilinx