Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
5d8813c36fc3561ecb4c6ab9a579c7fbcb8e2d87
/
.
/
SVIncCompil
/
Testcases
/
YosysTests
/
regression
/
issue_00128
/
top.v
blob: ac8e65e6d9c9a6a073750d21a86690d4faa66a82 [
file
] [
log
] [
blame
]
module
top
(
b
);
input b
;
initial $display
(
"%m"
);
endmodule