Don't create imperas-riscv-tests for zsbl

This commit is contained in:
Jordan Carlin 2024-12-31 00:57:58 -08:00
parent 1dbbea9520
commit bacbdb2ca3
No known key found for this signature in database

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