mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-06 03:52:06 +02:00
4 lines
61 B
Systemverilog
4 lines
61 B
Systemverilog
module test (y);
|
|
output signed [2:0] y = 1'bf;
|
|
endmodule
|