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

Porting blinky, servant, corescore to board Chameleon96 #51

Open
somhi opened this issue Mar 5, 2021 · 1 comment
Open

Porting blinky, servant, corescore to board Chameleon96 #51

somhi opened this issue Mar 5, 2021 · 1 comment

Comments

@somhi
Copy link
Contributor

somhi commented Mar 5, 2021

**Brief introduction of the Arrow Chameleon96 board (https://www.96boards.org/product/chameleon96/):
This board is a Cyclone V board (same chip as de10-nano) but FPGA was considered secondary and Novtech who designed the board did not include a direct pin clock into the FPGA fabric...
So in this board to get a clock signal we must use Platform Designer (Qsys) and loan one of the HPS clocks (ARM side) to the FPGA side (This is what Altera call LoanIO pins).

**What is needed to port Fusesoc cores to Chameleon96:
Firstly I need to include a .qsys file but I think this is not suported in Fusesoc yet. I tried with this but gave me error of course because it's not a verilog file.

  • rtl/chameleon96_soc_hps.qsys : {file_type : verilogSource}
@olofk
Copy link
Contributor

olofk commented Apr 2, 2021

Sorry. I had missed this one. FuseSoC supports qsys files. You just need to set file_type to QSYS instead of verilogSource

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