Skip to content

Commit

Permalink
Altera apu agilex7 (#2647)
Browse files Browse the repository at this point in the history
This PR is adding the APU design adapted to Altera Agilex7 FPGA.

It does not include integration in the Makefile nor automatic generation of Altera IPs, that will be the last PR of the Altera support.
  • Loading branch information
AngelaGonzalezMarino authored Dec 4, 2024
1 parent de0ebf0 commit f7eb9c1
Show file tree
Hide file tree
Showing 10 changed files with 4,166 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@
[submodule "docs/06_cv32a65x_riscv/riscv-isa-manual"]
path = docs/riscv-isa/riscv-isa-manual
url = https://github.com/riscv/riscv-isa-manual.git
[submodule "corev_apu/fpga/src/apb"]
path = corev_apu/fpga/src/apb
url = https://github.com/pulp-platform/apb.git
[submodule "corev_apu/fpga/src/gpio"]
path = corev_apu/fpga/src/gpio
url = https://github.com/pulp-platform/gpio.git
Loading

0 comments on commit f7eb9c1

Please sign in to comment.