Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Hi, I'm not a real VHDl expert, but as far as I know is the "'EVENT" only allowed for single bits. 'EVENT on vector is not syntheziable. Why not using a PROCESS with a sensitivity list ? Your assign values to MSD_7SEG and LSD_7SEG in three different processes. That causes the multiple driver error. You have to combine the processes to one. Additinonal you have two wait statements in one process, which is also not allowed. Kind regards GPK --- Quote End --- At pletz, ive already changed that "event" part, thank you. I tried combining the processes. it compiles but doesnt work as it should. this code works superbly on the UP2 board. Can you show me exactly to combine the processes? Regards Dante