Skip to content

Commit

Permalink
Merge pull request #953 from arturum1/if_gen2
Browse files Browse the repository at this point in the history
Move `iob_soc` to lib and rename it to `iob_system`; Replace `axil` peripheral cbus by `iob` interface.
  • Loading branch information
jjts authored Oct 2, 2024
2 parents 708a577 + 5569a59 commit 64f5782
Show file tree
Hide file tree
Showing 72 changed files with 1,296 additions and 826 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

lib:
runs-on: self-hosted
timeout-minutes: 10
timeout-minutes: 20
if: ${{ !cancelled() }}
needs: [ cyclonev ]

Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "submodules/VEXRISCV"]
path = submodules/VEXRISCV
path = lib/hardware/iob_system/submodules/VEXRISCV
url = [email protected]:IObundle/iob-vexriscv.git
Loading

0 comments on commit 64f5782

Please sign in to comment.