Forum Discussion

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

A question about Altera

Let's say i have a signal and i want this signal to take different values every clock time.How can i define these values?.For example i want for the first clock cycle the value of the signal to be 15, on the second 35 etc.My clock cycle is 15ns.So i try to use arbitary value option but when i try to insert the second value(from 16 to 30ns ) it overwrites the first cycle value.

Thanks in advance

3 Replies

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

    Tricky,

    I think his problem is in defining values for the Quartus Simulator.

    triggerman,

    I think you can select just 15 ns of the signal, then set the value for those 15ns.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks for the reply.And yes my problem is to define values in the simulator.Ok i found the solution.It is a bit of time consuming but it is ok.Thanks again