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

Adding Connectal Support to DE5 Net Board #156

Open
NP95 opened this issue Jan 27, 2020 · 4 comments
Open

Adding Connectal Support to DE5 Net Board #156

NP95 opened this issue Jan 27, 2020 · 4 comments

Comments

@NP95
Copy link

NP95 commented Jan 27, 2020

I have started using Bluespec and I am really awed by the change in paradigm I am having writing HDL. So I have a project in which I plan to use Bluespec, however the board I have is an Altera DE5 Net board, if I wanted to add support to the board what are the steps I have to do?

@hanw
Copy link
Member

hanw commented Jan 27, 2020

DE5 board is 'unofficially' supported. It is not mentioned in the README.

The board type is 'de5', for example, to build the echo example, you can use:
make -C examples/echo build.de5

You can try to search for the PRs made by hanw back in 2014 - 2015, that's when the support for DE5 was added.

@jameyhicks
Copy link
Member

@NP95 did you have any luck with the DE5 board?

@NP95
Copy link
Author

NP95 commented Apr 22, 2020 via email

@hanw
Copy link
Member

hanw commented Apr 22, 2020

@NP95 Note that last time DE5 was tested was using Quartus 15.1. I have just tried Quartus 19.2 a few days ago and found that the qsys-generate tool has changed quite a bit and the existing tcl script for for de5 is no longer compatible. You will need to spend a bit of time bring the tcl script up-to-date.

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

3 participants