Altera_Forum
Honored Contributor
17 years agoProblem when Convert Verilog into VHDL
Hi,
I am trying to convert verilog into VHDL by my self. But I am totally confused by one thing. My design receives one bit data from TDI when there is a rising edge of clock, then saves it into a 8-bit register by right-shifting, so TDI is transmitted as bytes. Then every byte is send to the output port. I try to do the exactly same thing in both verilog and VHDL.However, by simulation report I found that verilog seems to ignore the first clock rising edge? It does nothing when the first rising edge arrives but VHDL code is triggered by the first rising edge. I spend days on this problem but still cannot figure it out, please help me. Please find my codes in attachment.