Forum Discussion
Altera_Forum
Honored Contributor
12 years agoyou didnt say what thye error is?
I do notice though that in your code you have no waits between read values. Signals are only updated when a process suspends, so your current code read 8 values from a file but will only put the 8th value onto inputvariable (this is a silly name for a signal, as it is not a variable).