Forum Discussion
Altera_Forum
Honored Contributor
12 years agoWhy do you think that the problem is related to bidirectional pin implementation? The coding of this design detail seems equivalent at first sight. As an obvious difference, the state machine is encoded with default one-hot style in Verilog, while it's binary (user) encoded in VHDL. According to the file comments, the binary encoding is required.
Please consider that Altera synthesis attributes can't be translated by X-HDL. Generally, you would set up a test bench and find out in simulation what goes wrong in Verilog conversion.