File tree Expand file tree Collapse file tree 3 files changed +3599
-4
lines changed Expand file tree Collapse file tree 3 files changed +3599
-4
lines changed Original file line number Diff line number Diff line change @@ -254,10 +254,10 @@ check: $(BIN) build-artifact
254
254
fi ; \
255
255
)
256
256
257
- EXPECTED_aes_sha1 = f9924635666d3d58d5b60c0bde8b986a2a99effb -
257
+ EXPECTED_aes_sha1 = 1242a6757c8aef23e50b5264f5941a2f4b4a347e -
258
258
misalign : $(BIN ) build-artifact
259
- $(Q )$(PRINTF ) " Running aes ... " ;
260
- $(Q ) if [ " $( shell $( BIN) -m $( OUT) /riscv32/aes | $( SHA1SUM) ) " = " $( EXPECTED_aes_sha1) " ]; then \
259
+ $(Q )$(PRINTF ) " Running uaes ... " ;
260
+ $(Q ) if [ " $( shell $( BIN) -m $( OUT) /riscv32/uaes | $( SHA1SUM) ) " = " $( EXPECTED_aes_sha1) " ]; then \
261
261
$(call notice, [OK]) ; \
262
262
else \
263
263
$(PRINTF ) " Failed.\n" ; \
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ TESTBENCHES += \
31
31
rvsim \
32
32
$(smolnes ) \
33
33
spirograph \
34
- $(ticks )
34
+ $(ticks ) \
35
+ uaes
35
36
36
37
ifeq ($(USE_PREBUILT ) ,1)
37
38
LATEST_RELEASE := $(shell wget -q https://api.github.com/repos/sysprog21/rv32emu-prebuilt/releases/latest -O- | grep -Po '(?<="tag_name": ") .+(?=",)')
You can’t perform that action at this time.
0 commit comments