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