Skip to content

Commit

Permalink
Add additional system.Configs to Miscellaneous (chipsalliance#1790)
Browse files Browse the repository at this point in the history
This adds untested freechips.rocketchip.system configurations to the
Miscellaneous regression suite. These, along with the previous example
RoCC config will be built by Travis. This prevents regressions at the
compilation level, but makes no guarantees on functionality.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
  • Loading branch information
seldridge authored and aswaterman committed Oct 10, 2019
1 parent 1ca9721 commit b0bdec3
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion regression/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,25 @@ CONFIGS += $(CONFIGS_32)
CONFIGS += $(CONFIGS_64)
endif

# Miscellaneous configs cover any remaining configurations not tested
# above, but are included in the freechips.rocketchip.system package.
# These are here to prevent regressions at the compilation level and
# expected to be built, but not executed.
ifeq ($(SUITE), Miscellaneous)
PROJECT=freechips.rocketchip.system
CONFIGS=RoccExampleConfig
CONFIGS=\
DefaultSmallConfig \
DualBankConfig \
DualChannelConfig \
DualChannelDualBankConfig \
RoccExampleConfig \
Edge128BitConfig \
Edge32BitConfig \
QuadChannelBenchmarkConfig \
EightChannelConfig \
DualCoreConfig \
MemPortOnlyConfig \
MMIOPortOnlyConfig
endif

# These are the named regression targets. While it's expected you run them in
Expand Down

0 comments on commit b0bdec3

Please sign in to comment.