File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ MATCH_BGN := 's/+incdir+//g'
30
30
MATCH_DEF := '/+define+/d'
31
31
SED_SRCS := sed -e ${MATCH_END} -e ${MATCH_BGN} -e ${MATCH_DEF}
32
32
33
- COMMON_BENDER_FLAGS += -t rtl
33
+ COMMON_BENDER_FLAGS += -t rtl -t snitch_cluster
34
34
COMMON_SIM_BENDER_FLAGS += -t simulation -t test
35
35
36
36
# fesvr is being installed here
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ $(VSIM_BUILDDIR)/compile.vsim.tcl: $(BENDER_LOCK) | $(VSIM_BUILDDIR)
53
53
$(BIN_DIR ) /$(TARGET ) .vsim : $(VSIM_BUILDDIR ) /compile.vsim.tcl $(VSIM_SOURCES ) $(TB_SRCS ) $(TB_CC_SOURCES ) $(RTL_CC_SOURCES ) work/lib/libfesvr.a | $(BIN_DIR )
54
54
$(VSIM ) -c -do " source $<; quit" | tee $(VSIM_BUILDDIR ) vlog.log
55
55
@! grep -P " Errors: [1-9]*," $(VSIM_BUILDDIR ) vlog.log
56
- $(VOPT ) $(VOPT_FLAGS ) tb_bin -o tb_bin_opt | tee $(VSIM_BUILDDIR ) vopt.log
56
+ $(VOPT ) $(VOPT_FLAGS ) -work $( VSIM_BUILDDIR ) tb_bin -o tb_bin_opt | tee $(VSIM_BUILDDIR ) vopt.log
57
57
@! grep -P " Errors: [1-9]*," $(VSIM_BUILDDIR ) vopt.log
58
58
@echo " #!/bin/bash" > $@
59
59
@echo ' binary=$$(realpath $$1)' >> $@
You can’t perform that action at this time.
0 commit comments