-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dep: bump
step
to include send-cmio-response
- Loading branch information
1 parent
f0f856b
commit 082e242
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule step
updated
29 files
+2 −0 | CHANGELOG.md | |
+22 −18 | Makefile | |
+1 −1 | README.md | |
+43 −0 | helper_scripts/generate_EmulatorConstants.lua | |
+3 −3 | helper_scripts/generate_EmulatorConstants.sh | |
+53 −0 | helper_scripts/generate_SendCmioResponse.sh | |
+0 −32 | helper_scripts/generate_UArchConstants.lua | |
+3 −3 | helper_scripts/generate_UArchReset.sh | |
+6 −6 | helper_scripts/generate_UArchStep.sh | |
+2 −2 | shasum-mock | |
+2 −2 | shasum-prod | |
+1 −1 | src/AccessLogs.sol | |
+4 −3 | src/Buffer.sol | |
+88 −13 | src/EmulatorCompat.sol | |
+19 −11 | src/EmulatorConstants.sol | |
+3 −3 | src/MetaStep.sol | |
+88 −0 | src/SendCmioResponse.sol | |
+2 −2 | src/UArchReset.sol | |
+248 −228 | src/UArchStep.sol | |
+7 −7 | templates/AccessLogs.sol.template | |
+5 −4 | templates/EmulatorConstants.sol.template | |
+32 −0 | templates/SendCmioResponse.sol.template | |
+1 −1 | templates/UArchReset.sol.template | |
+1 −1 | templates/UArchStep.sol.template | |
+161 −0 | test/EmulatorCompat.t.sol | |
+177 −0 | test/SendCmioResponse.t.sol | |
+0 −145 | test/UArchCompat.t.sol | |
+13 −13 | test/UArchInterpret.t.sol | |
+3 −3 | test/UArchReset.t.sol |