-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #720 from ucb-bar/icenet-tap-fixes
Icenet tap fixes
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule icenet
updated
5 files
+37 −1 | src/main/scala/Buffer.scala | |
+4 −0 | src/main/scala/DMA.scala | |
+117 −46 | src/main/scala/NIC.scala | |
+19 −8 | src/main/scala/Pauser.scala | |
+2 −4 | src/main/scala/Tap.scala |
Submodule firemarshal
updated
21 files
+3 −7 | boards/firechip/base-workloads/fedora-base/overlay/etc/yum.repos.d/fedora-riscv.repo | |
+1 −1 | boards/firechip/drivers/icenet-driver | |
+15 −4 | docs/source/commands.rst | |
+5 −3 | docs/source/workloadConfig.rst | |
+10 −10 | marshal | |
+4 −1 | scripts/fullTest.py | |
+1 −0 | test/drivers/noDriversRef/nodrivers/uartlog | |
+1 −0 | test/jobs.json | |
+101 −0 | test/jobs/test.py | |
+15 −0 | test/noDrivers.json | |
+9 −0 | test/undefinedOpt.json | |
+1 −0 | test/undefinedOpt/refOutput/undefinedOpt/uartlog | |
+47 −0 | test/undefinedOpt/test.py | |
+3 −0 | wlutil/build.py | |
+64 −2 | wlutil/config.py | |
+4 −2 | wlutil/fedora/Makefile | |
+1 −0 | wlutil/fedora/overlay/etc/fstab | |
+0 −1 | wlutil/install.py | |
+47 −51 | wlutil/launch.py | |
+1 −1 | wlutil/test.py | |
+23 −3 | wlutil/wlutil.py |