Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21595 Discussions

A question about Altera

Altera_Forum
Honored Contributor II
1,105 Views

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
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
410 Views

use a look up table.

0 Kudos
Altera_Forum
Honored Contributor II
410 Views

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.
0 Kudos
Altera_Forum
Honored Contributor II
410 Views

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

0 Kudos
Reply