I am trying to implement 3G-SDI megacore in arria ii gx fpga, i am getting a below error and i am using quartus ii 9.1
Error: Can't find port "rst" in OpenCore Plus entity "sdi_megacore_top". -- OpenCore Plus specification file is invalid any ideas?链接已复制
6 回复数
There was a change in the SDI core between Quartus 9.0 and 9.1. The reset port (rst) was replaced by individual resets for receiver and transmitter (rst_rx and rst_tx). It looks like wherever you are instantiating the SDI core, you are trying to use the old "rst" port, which no longer exists on the 9.1 version of the core.
this may help:
http://www.altera.com/support/kdb/solutions/rd12162009_635.html looks like you need a license or to wait for SP1.