ChrisF1
New Contributor
5 years agoLibrary use with files with the same name
I have multiple modules with the same name and hence have assigned them to different design libraries using: assignments -> settings -> files -> properties
However during compilation I get the following error:
Error (10703): SystemVerilog error at main_project.sv(415): can't resolve aggregate expression in connection to port 18 on instance "my_module_i" because the instance has no module binding
I assume this means the compiler can't find that entity when it searches the design libraries. How can I get Quartus to look for that entity in the correct place?
main_project is in the default 'work' library and my_module.sv is library which I specified the name for. Both files are SystemV.