blob: 178cd75f6df81759da446392c7f515cb1ee6561b [file] [log] [blame]
module top(input clk, output [32:0] o);
assign o = 'bx;
endmodule