Forum Discussion
Altera_Forum
Honored Contributor
15 years agoOk, you were right, didn't find anything in schematic at all!
I tried changing it in the VHDL created top-entity port map file, in quite an easy way. I split the incoming DATA into two SYNTHESIZED_WIRES, (15 downto 8) and (7 downto 0), and then matched them to the data_bus of the ram block, firstly with concatenation, and then seperately. Unfortunately neither of what I tried showed any result, as in simulation data is still read inversely. What else can I try? I appreciate your help!