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