top.v 67 Bytes
Newer Older
1 2 3 4 5 6
module minimal;
reg [7:0] q;
initial begin
q <= '81;
end
endmodule