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

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [do.py] - Diff between revs 65 and 74

Show entire file | Details | Blame | View Log

Rev 65 Rev 74
Line 31... Line 31...
        ],
        ],
        "doc": "Build all sw/example/*; install bootloader and processor check",
        "doc": "Build all sw/example/*; install bootloader and processor check",
    }
    }
 
 
 
 
def task_RunRISCVArchitectureTests():
 
    return {
 
        "actions": [CmdAction(
 
            "./run_riscv_arch_test.sh {suite}",
 
            cwd=ROOT / "sim"
 
        )],
 
        "doc": "Run RISC-V Architecture Tests",
 
        "params": [
 
            {
 
                "name": "suite",
 
                "short": "s",
 
                "long": "suite",
 
                "default": "M",
 
                "choices": ((item, "") for item in [
 
                    "I",
 
                    "C",
 
                    "M",
 
                    "privilege",
 
                    "Zifencei",
 
                    "rv32e_C",
 
                    "rv32e_E",
 
                    "rv32e_M"
 
                ]),
 
                "help": "Test suite to be executed",
 
            }
 
        ],
 
    }
 
 
 
 
 
def task_Documentation():
def task_Documentation():
    return {
    return {
        "actions": ["make -C docs {posargs}"],
        "actions": ["make -C docs {posargs}"],
        "doc": "Run a target in subdir 'doc'",
        "doc": "Run a target in subdir 'doc'",
        "uptodate": [False],
        "uptodate": [False],

powered by: WebSVN 2.1.0

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