OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [sim/] [bin/] [Makefile] - Diff between revs 64 and 66

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 64 Rev 66
Line 713... Line 713...
################################################################################
################################################################################
# Verilator test loop
# Verilator test loop
################################################################################
################################################################################
 
 
# Verilator defaults to internal memories
# Verilator defaults to internal memories
vlt-tests: prepare-sw-uart-printf prepare-rtl prepare-dirs prepare-vlt
vlt-tests: prepare-sw prepare-rtl prepare-dirs prepare-vlt
        @echo
        @echo
        @echo "Beginning loop that will complete the following tests: $(TESTS)"
        @echo "Beginning loop that will complete the following tests: $(TESTS)"
        @echo
        @echo
        $(Q)for TEST in $(TESTS); do \
        $(Q)for TEST in $(TESTS); do \
                echo "################################################################################"; \
                echo "################################################################################"; \
Line 771... Line 771...
################################################################################
################################################################################
# Architectural simulator test loop
# Architectural simulator test loop
################################################################################
################################################################################
 
 
# Verilator defaults to internal memories
# Verilator defaults to internal memories
sim-tests: prepare-sw-uart-printf
sim-tests: prepare-sw
        @if [ ! -d $(SIM_RESULTS_DIR) ]; then mkdir -p $(SIM_RESULTS_DIR); fi
        @if [ ! -d $(SIM_RESULTS_DIR) ]; then mkdir -p $(SIM_RESULTS_DIR); fi
        @echo
        @echo
        @echo "Beginning loop that will complete the following tests: $(TESTS)"
        @echo "Beginning loop that will complete the following tests: $(TESTS)"
        @echo
        @echo
        $(Q)for TEST in $(TESTS); do \
        $(Q)for TEST in $(TESTS); do \

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.