I tried connecting this I2C core to the NEO430 with a WB bus but I keep getting errors with the unsigned (15 downto 0) so I am attempting to change all unsigned to std_logic_vector. Why would Quartus not give errors on this type?
I am having the same issue. If you have found a solution I would love to know.
Same issue, using the VHDL RTL code. Just compile the verilog version and port map the signals of the verilog in a top level vhdl module.