Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
d4bc91e228686cd8ec9eee019b4f0db9b7bc26cb
/
.
/
SVIncCompil
/
Testcases
/
YosysTests
/
regression
/
issue_01291
/
top.v
blob: 979b75f1e1cde9b7795fab05d2fcf25898ac39bb [
file
]
module
frozen
(
clk
,
out
);
input clk
;
output reg
out
;
always
@(
posedge clk
)
begin
out
<=
out
;
end
endmodule
// frozen