Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17255 Discussions

vhdl programming synchronization issues

Altera_Forum
Honored Contributor II
1,182 Views

PLEASE DELETE this THREAD

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
491 Views

Your post is not well formatted and hard to read. Your code is also hard to follow. I dont think you really posted what the problem is. 

Where is the testbench for this code? and can you post the whole code? then people might be able to simulate it themselves. 

 

Did you know that VHDL supports base level primitives in the code? having your own components for each tends to lead to difficult to read and over-complicated code. Much easier to just write: 

 

a <= b xor c;  

etc.
0 Kudos
Altera_Forum
Honored Contributor II
491 Views

You still havent posted the code or the testbench. And it's still not clear exacltly what the problem is. I suspect there is a bug somewhere, but without the code, a clear explination of what it does, and a testbench, it is very difficult to comment.

0 Kudos
Reply