Error while generating Nios V/g simulation model in Platform Designer
I am using Quartus Prime Lite version 23.1std.1 Build 993 on Windows 10 and I am getting an error message when I try to generate the Nios V/g simulation model.
The error message states that there is no such file '.../cadence/niosv_opcode_def.sv' in my Quartus installation directory. I have tried to install Quartus Prime Lite twice already but it looks like it never installs the ../cadence/ directory. I can see the 'aldec' and 'mentor' directories but no 'cadence' directory.
Here is the error message that is in the report .txt file attached as well:
Error: add_fileset_file: No such file C:/intelfpga_lite/23.1std/ip/altera/soft_processor/intel_niosv_g/cadence/niosv_opcode_def.sv
while executing
"add_fileset_file $current_sim/niosv_opcode_def.sv SYSTEM_VERILOG PATH $current_sim/niosv_opcode_def.sv $attr"
(procedure "fileset_callback_impl" line 83)
invoked from within
"fileset_callback_impl sim $entity_name"
(procedure "sim_callback" line 2)
invoked from within
"sim_callback cpu_system_cpu_hart"
Error: Generation stopped, 59 or more modules remaining
Error: qsys-generate failed with exit code 1: 2 Errors, 7 Warnings
Is there a fix for this?