Verilog simulation of placed/routed netlist using verilog XL

  • Thread starter ajay.j.joshi@gmail.com
  • Start date
A

ajay.j.joshi@gmail.com

Guest
Hi,

I want to simulate the verilog netlist of placed and routed design
obtained from Cadence SoC Encounter. I have the sdf file from SoC
Encounter. I am using Verilog XL. I used the sdf_annotate command in
my testbench as follows

initial begin
$sdf_annotate("./design.sdf",instance_name,,,,);
end

Is this the right way to do it?

Thanks in advance.

Regards,
Ajay
 

Welcome to EDABoard.com

Sponsor

Back
Top