ContributionsMost RecentMost LikesSolutionsRe: Replacement for altera_avalon_new_sdram_controller in Quartus Prime Standard 24.1 (Cyclone V) I have installed Quartus Prime 22.1 Standard, but I still cannot find the IP altera_avalon_new_sdram_controller in the IP Catalog as you can see on the right side of Fig1. Meanwhile, this IP still appears as Missing when I open a .qsys file that contains it (Fig2). Could you please advise how to properly enable or locate this IP in Quartus 22.1 Standard? Thank you so much! Replacement for altera_avalon_new_sdram_controller in Quartus Prime Standard 24.1 (Cyclone V) Hello, I am currently trying to work with Nios V, and I would like to migrate my previous project from Quartus Prime Standard 18.1 to Quartus Prime Standard 24.1. However, I noticed that the altera_avalon_new_sdram_controller IP is no longer supported in 24.1. The external memory device I am using is IS45S16100H, and the FPGA device is Cyclone V: 5CEBA7. Could you please advise if there is any recommended replacement IP or solution for this case? Thank you very much for your help! Re: Nios V: niosv-download reports "no harts found" on Agilex 5 board And also I have tried the ready-to-test in this link https://github.com/altera-fpga/agilex5e-nios-ed. I download the .sof file to the board through Quartus Prime Pro 25.1 -> Tool -> Programmer -> Change File ->top.sof, then run the command NiosV download, the command shell still shows the error. Re: Nios V: niosv-download reports "no harts found" on Agilex 5 board Hi, I have tried to change my design but still shows this output when I run the command NIosV download. I will have a look at the links you attached, thank you so much for your quick reply! Nios V: niosv-download reports "no harts found" on Agilex 5 board I am seeking for ideas with the following issues I have on agilex 5. I want to test a very basic example "hello world" on the board. However, I got a problem on downloading the elf file. My sof file includes a noisv processor and it's successfully download to the board. I can run the command jtagconfig and the following output shows the USB Blaster. The .elf file is generated successfully through the cmake command. However, when I execute the command niosv-download.exe app.elf --go, the follwing error will be outputted. My design in Platform Designer is attached.