Open visual-trials opened 12 months ago
After (trying to) synthesize:
ERROR - All 1 iterations failed with design error(s). It is recommended to correct all design errors before running multiple iterations. Please check the Place and Route reports (.par) for the individual iterations under the directory "...\vera-module-fifo\fpga\impl\vera_module_impl_par.dir\5_1.par". Done: error code 1
No analysis/review done.
After removing the syn_hier="hard" attribute (committed and pushed) in pcm.v and in psg.v the issue is resolved. This attribute was added (in the FX update) for a more efficient LUT-usage, but this can sometimes causes Place and Route issues. This does however come at a small LUT cost.
After synthesizing:
No HW test or analysis/review done.
This is a re-submission of a PR created by @akumanatt. See #11. The changes Natt made were simply re-applied to the (now refactored due to the FX merge) main branch. In fact only the changes to top.v had to be adjusted. This was done by hand as was therefore prone to human error.
IMPORTANT NOTE: the submitter (JeffreyH) did NOT create this change and does (as of yet) NOT know whether it would work in real HW!
Orignal text from @akumanatt (Jun 10, 2023):
Comment/review by JeffreyH (Jun 16, 2023)
Comment by @akumanatt (12 Aug, 2023):