Fixed Linux makefile and removed outdated comment about interrupt priorities

This commit is contained in:
David Harris 2023-12-12 10:10:15 -08:00
parent 8dfe5179a1
commit 5473aad5f4
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ OBJDUMPS := $(foreach name, $(OBJDUMPS), $(DIS)/$(name).objdump)
.PHONY: all generate disassemble install clean cleanDTB cleanDriver test
all: download Image disassemble install
all: clean download Image disassemble install
Image:
bash -c "unset LD_LIBRARY_PATH; make -C $(BUILDROOT) --jobs;"
@ -120,4 +120,5 @@ cleanDTB:
rm -f $(IMAGES)/*.dtb
clean:
rm -rf $(DIS)
rm -rf $(BUILDROOT)

View File

@ -93,7 +93,6 @@ module trap import cvw::*; #(parameter cvw_t P) (
///////////////////////////////////////////
// Cause priority defined in table 3.7 of 20190608 privileged spec
// Exceptions are of lower priority than all interrupts (3.1.9)
///////////////////////////////////////////
always_comb