ShengN_alteraSuper ContributorJoined 4 years ago1803 Posts118 LikesLikes received161 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Error(23098) when using IPM_IOPLL on Agliex 7 Seems like a bug for me. Let me further confirm and get back to you. I try other frequency like outclk1 100mhz, outclk2 100mhz and outclk3 100mhz, there's no problem. Seems like only certain frequency combination will cause issue. Re: Quartus Pro invalid command name "End-trace" Does the problem resolved using the patch? Re: Error(23098) when using IPM_IOPLL on Agliex 7 what are your outclock_0 and outclock_1 frequency? Re: Error(23098) when using IPM_IOPLL on Agliex 7 What settings you're using for the IOPLL ip from platform designer? Re: Integrating Cocotb to Quartus using Native link export as env variable is a way as well. If you run from nativelink, it'll definitely fail. If the do script s2p_bram_run_msim_rtl_vhdl.do had been generated, not need to run from the nativelink just straight run the do script will do unless there's changes to the path in the do script. Re: Integrating Cocotb to Quartus using Native link The Simulation Option has difficulty at handling the \ and " because it's not a Tcl interpreter—it’s just a text field that Quartus (NativeLink) concatenates into a command line. Also nested quoting/escaping in a GUI field is fragile. I would suggest using another .do script to set path and call the s2p_bram_run_msim_rtl_vhdl.do. For example like below: parent.do: set FLI_LIB {"cocotb_init [exec cocotb-config --lib-name-path fli questa]\"} do s2p_bram_run_msim_rtl_vhdl.do $FLI_LIB s2p_bram_run_msim_rtl_vhdl.do: eval "vsim -t 1ps $pd_libs -L work -L rtl_work -voptargs=\"+acc\" -foreign \$1 $ELAB_OPTIONS $DPI_LIBRARIES_ELAB s2p_bram_showahead" In GUI, you set like this questa=-foreign $1 then it'll become like this questa=-foreign \$1 in .qsf Then you run parent.do to call the auto-generated s2p_bram_run_msim_rtl_vhdl.do Re: Design Space Explorer - *** Fatal Error: Access Violation at 0X000000001E19EB30 May I know you are using same os? Could you clean project, recompile and run dse? Re: Quartus Prime only loads in admin mode May i know does your problem resolved? Re: Integrating Cocotb to Quartus using Native link May I know you're using Quartus Pro or Quartus Standard for nativelink? Re: Perpetual license Quartus II doesn't allow to build Cyclone V devices anymore. Another thing is could you try with fixed license got any problem?