0

I am trying to simulate a D-Flip Flop for Metastability. With ideal clocks generation in Xilinx ISE and Vivado, I cannot see the metastability phenomenon. I need to specify the clock with Rise and Fall time for the metastability to occur. I couldn't find a way to do it in Xilinx. Any suggestions on this are welcome.

Swastika
  • 51
  • 1
  • 9

1 Answers1

0

You can provide rise time, fall time & turn off time for any gate delays.

#(1,2,3) not n1 (clk_out, clk_in)

Here

  • 1 - Rise Time
  • 2 - Fall Time
  • 3 - Turnoff Time
Karan Shah
  • 1,912
  • 1
  • 29
  • 42