mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 04:01:25 +00:00
xilinx_dsp: another typo; move xilinx specific test
This commit is contained in:
parent
db68e4c2a7
commit
6a163b5ddd
2 changed files with 1 additions and 1 deletions
|
@ -1,11 +0,0 @@
|
|||
read_verilog << EOF
|
||||
module top(...);
|
||||
input wire [31:0] A;
|
||||
output wire [31:0] P;
|
||||
|
||||
assign P = A * 32'h12300000;
|
||||
|
||||
endmodule
|
||||
EOF
|
||||
|
||||
synth_xilinx
|
Loading…
Add table
Add a link
Reference in a new issue