Does quartus not support verilog config?
I have something like this to indicate to quartus to choose a alt_reset_controller from a different library. I have two of those from two different ip blocks created with megawizard.
config cfg1;
design uphysvddriii_qr_dimmx64x2clkx2rank_800_cl11_t1.uph ysvddriii_qr_dimmx64x2clkx2rank_800_cl11_t1_dmaste r;
instance dmaster.rst_controller use pcie_de_x8_ast256.altera_reset_controller;
endconfig
But it seems that Quartus is still confused about which controller to use. Any ideas?
Here is the error I get -
Error (12179): Instance "IC_1_Bank_B_Ctrl:IC_1_Bank_B_Ctrl_cmp|g_hp_mp_dra m:multiport|g_mp2afi:ram|uphysvddriii_qr_dimmx64x2 clkx2rank_800_cl11_t1:afi_phy_cmp|uphysvddriii_qr_ dimmx64x2clkx2rank_800_cl11_t1_0002:uphysvddriii_q r_dimmx64x2clkx2rank_800_cl11_t1_inst|uphysvddriii _qr_dimmx64x2clkx2rank_800_cl11_t1_dmaster:dmaster |altera_reset_controller:rst_controller" is ambiguous
Error (12180): Instance could be entity "altera_reset_controller" in file pciecore/submodules/altera_reset_controller.v compiled in library pcie_de_x8_ast256
Error (12180): Instance could be entity "altera_reset_controller" in file src/xgrx/stratixv/xgrx_rcfg/altera_reset_controller.v compiled in library xgrx_rcfg
Thank you.
Best regards,
Sanjay
I have something like this to indicate to quartus to choose a alt_reset_controller from a different library. I have two of those from two different ip blocks created with megawizard.
config cfg1;
design uphysvddriii_qr_dimmx64x2clkx2rank_800_cl11_t1.uph ysvddriii_qr_dimmx64x2clkx2rank_800_cl11_t1_dmaste r;
instance dmaster.rst_controller use pcie_de_x8_ast256.altera_reset_controller;
endconfig
But it seems that Quartus is still confused about which controller to use. Any ideas?
Here is the error I get -
Error (12179): Instance "IC_1_Bank_B_Ctrl:IC_1_Bank_B_Ctrl_cmp|g_hp_mp_dra m:multiport|g_mp2afi:ram|uphysvddriii_qr_dimmx64x2 clkx2rank_800_cl11_t1:afi_phy_cmp|uphysvddriii_qr_ dimmx64x2clkx2rank_800_cl11_t1_0002:uphysvddriii_q r_dimmx64x2clkx2rank_800_cl11_t1_inst|uphysvddriii _qr_dimmx64x2clkx2rank_800_cl11_t1_dmaster:dmaster |altera_reset_controller:rst_controller" is ambiguous
Error (12180): Instance could be entity "altera_reset_controller" in file pciecore/submodules/altera_reset_controller.v compiled in library pcie_de_x8_ast256
Error (12180): Instance could be entity "altera_reset_controller" in file src/xgrx/stratixv/xgrx_rcfg/altera_reset_controller.v compiled in library xgrx_rcfg
Thank you.
Best regards,
Sanjay