mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-01 20:17:55 +00:00
test suite
This commit is contained in:
parent
58701cb380
commit
40dbea0235
38 changed files with 1282 additions and 161 deletions
11
tests/arch/analogdevices/bug1462.ys
Normal file
11
tests/arch/analogdevices/bug1462.ys
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
read_verilog << EOF
|
||||
module top(...);
|
||||
input wire [31:0] A;
|
||||
output wire [31:0] P;
|
||||
|
||||
assign P = A * 32'h12300000;
|
||||
|
||||
endmodule
|
||||
EOF
|
||||
|
||||
synth_analogdevices
|
||||
Loading…
Add table
Add a link
Reference in a new issue