mirror of
https://hub.allspice.io/AllSpice-Demos/Cadence-DeHDL-Demo.git
synced 2025-09-11 07:20:40 +00:00
14 lines
174 B
Verilog
14 lines
174 B
Verilog
// generated by newgenasym Mon Dec 10 11:16:54 2001
|
|
|
|
|
|
module p2v5 (a);
|
|
parameter size = 1;
|
|
inout [size-1:0] a;
|
|
|
|
|
|
initial
|
|
begin
|
|
end
|
|
|
|
endmodule
|