We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simple_dualport_bram uint8 characterGenerator8x8 <@video_clock,@clock> [4096] = {file("ROM/FONTS/CODE437-THIN.bin"),file("ROM/FONTS/CODE437-BOLD.bin"),pad(uninitialized)}; ^^^^ expecting something else error
Gives an error, yet earlier in the code
brom uint8 characterGenerator8x8[4096] = {file("ROM/FONTS/CODE437-THIN.bin"), file("ROM/FONTS/CODE437-BOLD.bin"),pad(uninitialized)};
does not.
The text was updated successfully, but these errors were encountered:
sylefeb
No branches or pull requests
Gives an error, yet earlier in the code
brom uint8 characterGenerator8x8[4096] = {file("ROM/FONTS/CODE437-THIN.bin"), file("ROM/FONTS/CODE437-BOLD.bin"),pad(uninitialized)};
does not.
The text was updated successfully, but these errors were encountered: