Tubii_Tk2/Parts/parts/ttl/f07/entity/verilog.v

15 lines
190 B
Coq
Raw Normal View History

2015-02-28 00:09:38 +00:00
// generated by newgenasym Mon Jul 14 17:35:55 2014
module f07 (a, y);
parameter size = 1;
input [size-1:0] a;
output y;
initial
begin
end
endmodule