mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Merge pull request #1216 from jordancarlin/imperas-riscv-tests
Don't create imperas-riscv-tests for zsbl
This commit is contained in:
commit
ee8dedd103
@ -117,8 +117,6 @@ $(TARGET).memfile: $(TARGET)
|
|||||||
@echo 'Making memory file'
|
@echo 'Making memory file'
|
||||||
riscv64-unknown-elf-elf2hex --bit-width 64 --input $^ --output $@
|
riscv64-unknown-elf-elf2hex --bit-width 64 --input $^ --output $@
|
||||||
extractFunctionRadix.sh $<.objdump
|
extractFunctionRadix.sh $<.objdump
|
||||||
mkdir -p ../../imperas-riscv-tests/work/rv64BP/
|
|
||||||
cp -f $(TARGETDIR)/* ../../imperas-riscv-tests/work/rv64BP/
|
|
||||||
@echo 'Splitting memfile.'
|
@echo 'Splitting memfile.'
|
||||||
./splitfile.sh $@
|
./splitfile.sh $@
|
||||||
mv boot.mem ../src/boot.mem
|
mv boot.mem ../src/boot.mem
|
||||||
|
Loading…
Reference in New Issue
Block a user