Skip to content
New issue

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

Error initialising bram not brom #251

Open
rob-ng15 opened this issue May 12, 2023 · 0 comments
Open

Error initialising bram not brom #251

rob-ng15 opened this issue May 12, 2023 · 0 comments
Assignees

Comments

@rob-ng15
Copy link
Contributor

rob-ng15 commented May 12, 2023

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.

@sylefeb sylefeb self-assigned this May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants