-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tested with machine-emulator commit b7efb64
- Loading branch information
1 parent
afaade1
commit 232c488
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule emulator
updated
24 files
+8 −0 | CHANGELOG.md | |
+2 −2 | Makefile | |
+7 −1 | src/Makefile | |
+3 −2 | src/cartesi-machine.lua | |
+2 −4 | src/jsonrpc-virtual-machine.cpp | |
+3 −3 | src/machine.cpp | |
+1 −0 | src/virtio-net-carrier-tuntap.cpp | |
+3 −3 | tests/Makefile | |
+164 −204 | tests/lua/cartesi-machine-tests.lua | |
+97 −0 | tests/lua/cartesi/parallel.lua | |
+40 −0 | tests/lua/cartesi/tabular.lua | |
+30 −10 | tests/lua/cartesi/tests/util.lua | |
+41 −12 | tests/lua/cmio-test.lua | |
+33 −11 | tests/lua/create-machines.lua | |
+3 −1 | tests/lua/htif-cmio.lua | |
+3 −1 | tests/lua/htif-console.lua | |
+27 −9 | tests/lua/htif-yield.lua | |
+184 −89 | tests/lua/machine-bind.lua | |
+44 −13 | tests/lua/machine-test.lua | |
+6 −2 | tests/lua/mtime-interrupt.lua | |
+3 −1 | tests/lua/run-rv64i-arch-test.lua | |
+24 −7 | tests/lua/test-jsonrpc-fork.lua | |
+212 −129 | tests/lua/uarch-riscv-tests.lua | |
+1 −1 | tests/scripts/collect-uarch-test-logs.sh |