mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user