13 lines
284 B
XML
13 lines
284 B
XML
v {xschem version=2.9.5_RC5 file_version=1.1}
|
|
G {}
|
|
V {// This is a transport (non inertial) delay
|
|
reg x;
|
|
always @(inp) x <= #del inp;
|
|
assign outp = x;
|
|
|
|
}
|
|
S {}
|
|
E {}
|
|
C {devices/ipin.sym} 60 -50 0 0 {name=p1 lab=inp}
|
|
C {devices/opin.sym} 160 -50 0 0 {name=p2 lab=outp verilog_type=wire}
|