Skip to content

Commit

Permalink
Merge pull request #250 from pulp-platform/aottaviano/various-1
Browse files Browse the repository at this point in the history
treewide: Fix litmus and secure boot tests
  • Loading branch information
alex96295 authored Feb 13, 2024
2 parents 0584b93 + aa45212 commit 91bf796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions carfield.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ include $(CAR_ROOT)/bender-safed.mk
######################

CAR_NONFREE_REMOTE ?= [email protected]:carfield/carfield-nonfree.git
CAR_NONFREE_COMMIT ?= f18bbb8
CAR_NONFREE_COMMIT ?= cf13e1d

## @section Carfield platform nonfree components
## Clone the non-free verification IP for Carfield. Some components such as CI scripts and ASIC
Expand Down Expand Up @@ -334,7 +334,7 @@ $(LITMUS_TEST_LIST): $(LITMUS_WORK_DIR)
basename -a `find $(LITMUS_DIR)/binaries/ -name "*.elf" | sed 's/\[/\\\[/g'` > $@

$(LITMUS_TESTS):
$(MAKE) car-hw-sim CHS_BOOTMODE=0 CHS_PRELMODE=1 CHS_BINARY=$(LITMUS_DIR)/binaries/$@ | tee $(LITMUS_WORK_DIR)/$@.log
$(MAKE) car-vsim-sim-run CHS_BOOTMODE=0 CHS_PRELMODE=1 CHS_BINARY=$(LITMUS_DIR)/binaries/$@ | tee $(LITMUS_WORK_DIR)/$@.log

$(LITMUS_WORK_DIR)/%.uart.log: %
sed -n 's/^# \[UART\] \(.*\S\)\s*$$/\1/p' $(LITMUS_WORK_DIR)/$<.log > $@
Expand Down
4 changes: 2 additions & 2 deletions target/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sim/vsim/modelsim.ini
sim/vsim/carfield_compile.tcl
sim/vsimtranscript
sim/vsim/compile.carfield_soc.tcl
sim/vsim/transcript
sim/vsim/work/
sim/vsim/uart/
sim/src/hyp_vip

0 comments on commit 91bf796

Please sign in to comment.