Forum Discussion
Altera_Forum
Honored Contributor
17 years agoThanks for the reply.
I tried with Quartus web edition, but I have the same result... VHDL compiler recognize the "after" keyword, but I see want gnerate any delay, my question is why it is anable that? Anyway, is there a way to insert a "chain" of buffer in order to obtain a delay by 1nS? I don't need to be precise, I mean +/- 1nS is OK too. I wrote below code, but simulator doesn't show any "pulse" (should I change the quartus default one?) a <= sig_in; b <= not (not a); c <= b; d <= not (not c); x <= b and not d; Thanks for your help.