mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-20 03:12:05 +00:00
6 lines
89 B
Text
6 lines
89 B
Text
read_verilog <<EOT
|
|
module test (y);
|
|
output signed [2:0] y = 1'b1;
|
|
endmodule
|
|
EOT
|
|
dump
|