Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

3G-SDI synthesis error

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 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Have you properly reference the SDI library as a user library?

    Jake
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    any solutions for 3G-SDI synthesis error in quartus 9.1 from altera guru's ??

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    the SDI instantiation has both rst_rx and rst_tx ports, the error comes when fitter reads the SDI.sdc file...and looks like the .sdc file is not updated with the new SDI core.