Verilog version works, VHDL doesn't
Hi. Apologies for the title choice but I can't think of anything else. I've decided to post this question in the VHDL section since that's where the problem seems to be for me. I have two source files, camera_test.vhd and camera_test.v . Both are the top level entity for the same QSYS based project. I wrote the VHDL one first but couldn't get it working so I decided to use Verilog on a whim to see if it would work, and it does. I've rechecked over and over and can't seem to find a difference between the two. I don't trust their reliability, but I even tried a Verilog to VHDL translator, and the resulting VHDL file doesn't work either. As far as I know both implementations should work, so that means I'm making a mistake but I can't find anything. I'd appreciate it if someone could help me on this.
Ammar