diff --git a/wally-pipelined/config/rv32g/BTBPredictor.txt b/wally-pipelined/config/rv32gc/BTBPredictor.txt similarity index 100% rename from wally-pipelined/config/rv32g/BTBPredictor.txt rename to wally-pipelined/config/rv32gc/BTBPredictor.txt diff --git a/wally-pipelined/config/rv32g/twoBitPredictor.txt b/wally-pipelined/config/rv32gc/twoBitPredictor.txt similarity index 100% rename from wally-pipelined/config/rv32g/twoBitPredictor.txt rename to wally-pipelined/config/rv32gc/twoBitPredictor.txt diff --git a/wally-pipelined/config/rv32g/wally-config.vh b/wally-pipelined/config/rv32gc/wally-config.vh similarity index 100% rename from wally-pipelined/config/rv32g/wally-config.vh rename to wally-pipelined/config/rv32gc/wally-config.vh diff --git a/wally-pipelined/config/rv64g/BTBPredictor.txt b/wally-pipelined/config/rv64gc/BTBPredictor.txt similarity index 100% rename from wally-pipelined/config/rv64g/BTBPredictor.txt rename to wally-pipelined/config/rv64gc/BTBPredictor.txt diff --git a/wally-pipelined/config/rv64g/twoBitPredictor.txt b/wally-pipelined/config/rv64gc/twoBitPredictor.txt similarity index 100% rename from wally-pipelined/config/rv64g/twoBitPredictor.txt rename to wally-pipelined/config/rv64gc/twoBitPredictor.txt diff --git a/wally-pipelined/config/rv64g/wally-config.vh b/wally-pipelined/config/rv64gc/wally-config.vh similarity index 100% rename from wally-pipelined/config/rv64g/wally-config.vh rename to wally-pipelined/config/rv64gc/wally-config.vh diff --git a/wally-pipelined/regression/lint-wally b/wally-pipelined/regression/lint-wally index a61624aa..23f239c1 100755 --- a/wally-pipelined/regression/lint-wally +++ b/wally-pipelined/regression/lint-wally @@ -5,7 +5,7 @@ export PATH=$PATH:/usr/local/bin/ verilator=`which verilator` basepath=$(dirname $0)/.. -for config in rv64g rv32g; do +for config in rv64gc rv32gc; do echo "$config linting..." if !($verilator --lint-only "$@" --top-module wallypipelinedsoc "-I$basepath/config/shared" "-I$basepath/config/$config" $basepath/src/*/*.sv $basepath/src/*/*/*.sv --relative-includes); then echo "Exiting after $config lint due to errors or warnings" diff --git a/wally-pipelined/regression/regression-wally.py b/wally-pipelined/regression/regression-wally.py index a0591d6a..4c78e1a8 100755 --- a/wally-pipelined/regression/regression-wally.py +++ b/wally-pipelined/regression/regression-wally.py @@ -53,7 +53,7 @@ tests64 = ["wally64i", "arch64i", "arch64priv", "arch64c", "arch64m", "imperas6 for test in tests64: tc = TestCase( name=test, - cmd="vsim > {} -c < {} -c < {} -c < {} -c <