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