Verilog Interview Questions How to model Transport and Inertial Delays in Verilog? Author : Rajesh Bawankule Following simple example can illustrate the concept. module delay(in,transport,inertial); input in; output transport; output inertial; reg wire
transport; inertial;
// behaviour of delays always @(in) begin transport
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.