aboutsummaryrefslogtreecommitdiff
path: root/arch_test_target/spike/device/rv32e_unratified/C/Makefile.include
blob: daf0f434968517b66d48ea2c42f4a6032b8519f0 (plain)
1
2
3
4
5
6
7
include $(TARGETDIR)/spike/device/Makefile_common.inc
RUN_CMD = $(TARGET_SIM) $(TARGET_FLAGS) --isa=rv32ec \
        +signature=$(*).signature.output +signature-granularity=4\
        $< 

RUN_TARGET=\
	$(RUN_CMD)