mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
Config file cleanup
This commit is contained in:
parent
c685837d08
commit
b76c371e45
@ -36,7 +36,7 @@ localparam XLEN = 32'd32;
|
|||||||
localparam IEEE754 = 0;
|
localparam IEEE754 = 0;
|
||||||
|
|
||||||
// I
|
// I
|
||||||
localparam MISA = (32'h00000104);
|
localparam MISA = (32'h00000100);
|
||||||
localparam ZICSR_SUPPORTED = 0;
|
localparam ZICSR_SUPPORTED = 0;
|
||||||
localparam ZIFENCEI_SUPPORTED = 0;
|
localparam ZIFENCEI_SUPPORTED = 0;
|
||||||
localparam COUNTERS = 0;
|
localparam COUNTERS = 0;
|
||||||
|
@ -36,7 +36,7 @@ localparam XLEN = 32'd64;
|
|||||||
localparam IEEE754 = 0;
|
localparam IEEE754 = 0;
|
||||||
|
|
||||||
// MISA RISC-V configuration per specification
|
// MISA RISC-V configuration per specification
|
||||||
localparam MISA = (32'h00000104);
|
localparam MISA = (32'h00000100);
|
||||||
localparam ZICSR_SUPPORTED = 0;
|
localparam ZICSR_SUPPORTED = 0;
|
||||||
localparam ZIFENCEI_SUPPORTED = 0;
|
localparam ZIFENCEI_SUPPORTED = 0;
|
||||||
localparam COUNTERS = 0;
|
localparam COUNTERS = 0;
|
||||||
|
@ -16,7 +16,7 @@ done
|
|||||||
echo "All lints run with no errors or warnings"
|
echo "All lints run with no errors or warnings"
|
||||||
|
|
||||||
# --lint-only just runs lint rather than trying to compile and simulate
|
# --lint-only just runs lint rather than trying to compile and simulate
|
||||||
# -I points to the include directory where files such as `include wally-config.vh are found
|
# -I points to the include directory where files such as `include config.vh are found
|
||||||
|
|
||||||
# For more exhaustive (and sometimes spurious) warnings, add --Wall to the Verilator command
|
# For more exhaustive (and sometimes spurious) warnings, add --Wall to the Verilator command
|
||||||
# Unfortunately, this produces a bunch of UNUSED and UNDRIVEN signal warnings in blocks that are configured to not exist.
|
# Unfortunately, this produces a bunch of UNUSED and UNDRIVEN signal warnings in blocks that are configured to not exist.
|
||||||
|
Loading…
Reference in New Issue
Block a user