VPI: Manipulating data

P

personel

Guest
Hi
Am trying to write a VPI/PLI the PLI application shall traverse
through the design/netlist and set the initial values of wire & to
random value. This would avoid X Propagation .
1. Consider the DUT to be netlist with Xilinx library files.
2. Are there any pros/cons of initializing DUT to random state at zero
time

initial begin
$initdut("tb_top.DUT");
end
 

Welcome to EDABoard.com

Sponsor

Back
Top