Prevent spurious warnings
This commit is contained in:
@@ -56,6 +56,7 @@ TOPMODULE ?= mkTop_HW_Side
|
||||
BSC_COMPILATION_FLAGS += \
|
||||
-keep-fires -aggressive-conditions -no-warn-action-shadowing -check-assert \
|
||||
-suppress-warnings G0020 -steps-max-intervals 10000000 \
|
||||
-steps-warn-interval 1000000 \
|
||||
+RTS -K128M -RTS -show-range-conflict
|
||||
|
||||
# ================================================================
|
||||
|
||||
@@ -92,7 +92,8 @@ BSC_COMPILATION_FLAGS += \
|
||||
-suppress-warnings G0020 \
|
||||
+RTS -K128M -RTS -show-range-conflict \
|
||||
-unspecified-to X -opt-undetermined-vals \
|
||||
-steps-max-intervals 10000000
|
||||
-steps-max-intervals 10000000 \
|
||||
-steps-warn-interval 1000000
|
||||
|
||||
# ================================================================
|
||||
# Generate Verilog RTL from BSV sources (needs Bluespec 'bsc' compiler)
|
||||
|
||||
Reference in New Issue
Block a user