1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-27 12:11:58 +00:00

Use custom interconnect. Runs on hw

This commit is contained in:
Olof Kindgren
2018-11-21 12:55:44 +01:00
parent 6e034361d4
commit 9df2a0060b
17 changed files with 2407 additions and 261 deletions

View File

@@ -27,15 +27,6 @@ Register the serv repo as a core library
`cd $SERV/workspace && fusesoc library add serv ../serv`
Override wb_intercon with a custom version
cd $SERV
git clone https://olofk/wb_intercon
cd wb_intercon
git checkout generator
cd $SERV/workspace
fusesoc library add wb_intercon ../wb_intercon
Running test software
---------------------