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

missing file demo.bin #1

Open
troypowers opened this issue Feb 24, 2015 · 1 comment
Open

missing file demo.bin #1

troypowers opened this issue Feb 24, 2015 · 1 comment

Comments

@troypowers
Copy link

It appears the file demo.bin is missing from the branch.

@smosanu
Copy link

smosanu commented Feb 22, 2017

I managed to solve this problem by creating a Memory Initialization File (.mif) and changed the code to make use of it.

Here is the content of the MIF file (generated with Quartus Prime):

WIDTH=8;
DEPTH=256;

ADDRESS_RADIX=UNS;
DATA_RADIX=UNS;

CONTENT BEGIN
[0..255] : 0;
END;

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