analog_malware
Newbie
Hi,
My top module instantiates a module defined in another file with some parameters. The files are SystemVerilog, and the code synthesizes and simulates as expected in Vivado.
In EDA Playground, for some reason, I am getting an error every time the top module tries to instantiate the lower level module.
Error:
"
Error-[URMI] Unresolved modules
design.sv, 27
"indexed_rsh_mod #(.data_width_param(32), .idx_width_param(4), .sel_width_param(2)) idx_rsh_unit_0 ( .curr_arr_val (arr_sig[0]), .ins_val (insert_value), .arr_prev_val ('0), .idx (idx), .const_ref ('0), .new_arr_val (new_arr_sig[0]));"
Module definition of above instance is not found in the design.
"
My top module instantiates a module defined in another file with some parameters. The files are SystemVerilog, and the code synthesizes and simulates as expected in Vivado.
In EDA Playground, for some reason, I am getting an error every time the top module tries to instantiate the lower level module.
Error:
"
Error-[URMI] Unresolved modules
design.sv, 27
"indexed_rsh_mod #(.data_width_param(32), .idx_width_param(4), .sel_width_param(2)) idx_rsh_unit_0 ( .curr_arr_val (arr_sig[0]), .ins_val (insert_value), .arr_prev_val ('0), .idx (idx), .const_ref ('0), .new_arr_val (new_arr_sig[0]));"
Module definition of above instance is not found in the design.
"