Merge pull request #1216 from jordancarlin/imperas-riscv-tests

Don't create imperas-riscv-tests for zsbl
This commit is contained in:
Rose Thompson 2024-12-31 11:00:26 -06:00 committed by GitHub
commit ee8dedd103
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,8 +117,6 @@ $(TARGET).memfile: $(TARGET)
@echo 'Making memory file'
riscv64-unknown-elf-elf2hex --bit-width 64 --input $^ --output $@
extractFunctionRadix.sh $<.objdump
mkdir -p ../../imperas-riscv-tests/work/rv64BP/
cp -f $(TARGETDIR)/* ../../imperas-riscv-tests/work/rv64BP/
@echo 'Splitting memfile.'
./splitfile.sh $@
mv boot.mem ../src/boot.mem