1 `timescale 10ps/1ps // <- not implemented yet.
9 abstol = `VOLTAGE_ABSTOL;
20 abstol = `CURRENT_ABSTOL
27 discipline electrical;
39 parameter width
= 500;
40 parameter period
= 1000;
47 out
<= #
(delay
+width
) !iv
;
52 out
<= #
(period
-width
) !iv
;
57 always @( posedge out ) begin
61 always @( negedge out ) begin
66 // V(out) <+ transition( vout_val, tdelay, trise, tfall);