Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

How to set analog delay MaxPlusII

Hi, I need to set a delay following a rising_edge of a sig_a. In order to do that, I have utilized the: c<=sig_a; x <= c after# nS; -- where I can select the# through a data on the bus. ...