stffrdhrn / wiredelay

A wire delay simulation verilog core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WIREDELAY

A simple wiredelay simulator used for simulating signal propagation delay in traces on a PCB.

Parameters

  • Delay_rd - propagation time to B to A
  • Delay_g - propagation time to A to B

Example usage:

 wiredelay
	  #(.Delay_g	(TPROP_PCB),
	    .Delay_rd	(TPROP_PCB))
 u_delay_dq
	  (.A	  (dq_io[dqwd]),
	   .B	  (dq[dqwd]),
	   .reset (rst_n_i));

About

A wire delay simulation verilog core


Languages

Language:Verilog 100.0%