Mateo Vazquez Maceiras
Mateo Vazquez Maceiras
That was the only error that appeared. I have found the problem: the package that gave the error is not being imported in the top module (`fpnew_top.sv`), but in others...
Here is a simple test for the error: [verilator_issue_3085_test.zip](https://github.com/verilator/verilator/files/6900130/verilator_issue_3085_test.zip) If you run the command `verilator -cc pkg_submodule.sv pkg_topy.sv top.sv`, it will give the following error: ``` %Error: Internal Error: pkg_submodule.sv:1:9:...
Thank you for the update. I have also noticed that with my temporary solution the files generated are named after one of the packages (actually, the one that is called...
Hi! Would there be any update regarding this issue?
> @mateo-vm: did this resolve your problems? Yes, thank you very much. At the end I focused on arrays up to 8x8, so #45 really helped. On my side is...