How do I invoke Clock-Domain Crossing in Questa CDC?

878 Views Asked by At

Is there a command to invoke Clock Domain Crossing (CDC) in Questa CDC? I am looking for something like in midelsim .vsim for simulation, in cadence simvision.

1

There are 1 best solutions below

0
On

Any of these should work from a Linux command prompt. Newer versions use qverify.
GUI:

qverify &   
qcdc &  

Batchmode:

qverify -c -do $WORK/cdc/scripts/cdc.do -od $WORK/cdc/results   
qcdc -c -do $WORK/cdc/scripts/cdc.do -od $WORK/cdc/results