Forum Discussion

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

Intrroducing delay at pin level

Hello All,

I am new to the Quartus tool, I just need your help to solve my doubts.

I wanted to that "How to introduce output delay at pin level"

Example: I have two input signals inp1, inp2 and two output signal op1 , op2

op1 <= not inp1;

op2 <= not inp2;

So if you see both outputs behaves same way., because the are implemented using not gate..

Now I need let say 10 ns more delay at op2 compare to op1 on the real hard ware..

So achieve this what kind of constraints I have to give.

Thanks in advance

Pavan M

12 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hell everybody,

    thanks a lot for your kind support. As I am new to the quartus I understood some of your answers. I will work it out with your suggestions and I will ask you if I have any thing else. You can update me if you have new solutions for this.

    Regards

    Pavan M
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thank you for the instructive examples! I see, that I underestimated Quartus capabilities in this point.