• Home
  • :
  • Community
  • :
  • Forums
  • :
  • Custom IC Design
  • :
  • Missing point in AMS simulation plot when the value of the...

Custom IC Design Forums

Missing point in AMS simulation plot when the value of the consecutive points are same

RFStuff
Offline RFStuff 2 days ago

Dear All,

I was simulating a VHDL module in AMS with plot in VIVa.

The module looks like as at the end of this post.

If deltat_rec value is same at nth, n+1th rising edge of clock signal 'clk', the wavescan plot  ( in SampleHold  trace format ) of signal deltat_rec does have a point at nth rsing edge but NOT at  n+1th rising edge.

Is there any we can ensure that the WaveScan plot doesn't miss n+1th point so that when we will export the trace, the file will have n+1th point.

Kind Regards,

deltat_proc:process(clk)
begin
if (clk='0') and (clk' event) then
deltat_rec <= delta_t;
end if;
end process deltat_proc;

  • Reply
  • Cancel
  • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.