URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 425 |
Rev 431 |
Line 694... |
Line 694... |
ARCH_SIM_CFG ?= ../bin/or1ksim-orpsocv2.cfg
|
ARCH_SIM_CFG ?= ../bin/or1ksim-orpsocv2.cfg
|
ARCH_SIM_OPTS ?= -q
|
ARCH_SIM_OPTS ?= -q
|
|
|
.PHONY: rtl-test
|
.PHONY: rtl-test
|
sim-test: clean-sim-test-sw sw-elf
|
sim-test: clean-sim-test-sw sw-elf
|
|
$(Q)echo; echo "\t### Launching simulation ###"; echo
|
$(Q)$(ARCH_SIM_EXE) $(ARCH_SIM_OPTS) -f $(ARCH_SIM_CFG) $(TEST).elf > \
|
$(Q)$(ARCH_SIM_EXE) $(ARCH_SIM_OPTS) -f $(ARCH_SIM_CFG) $(TEST).elf > \
|
$(RTL_SIM_RESULTS_DIR)/$(TEST)$(TEST_OUT_FILE_SUFFIX)
|
$(RTL_SIM_RESULTS_DIR)/$(TEST)$(TEST_OUT_FILE_SUFFIX)
|
|
|
# Run tests in simulation, check output
|
# Run tests in simulation, check output
|
sim-test-with-check: sim-test check-test-log
|
sim-test-with-check: sim-test check-test-log
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.