[ci] Mark configs using experimental features

This commit is contained in:
Greg Chadwick 2020-03-31 14:56:06 +01:00
parent 230e879651
commit 7dae33abc2
2 changed files with 8 additions and 4 deletions

View file

@ -171,5 +171,5 @@ jobs:
parameters:
ibex_configs:
- small-3cmult
- maxperf-1cmult
- maxperf-bm-1cmult
- experimental-maxperf-1cmult
- experimental-maxperf-bm-1cmult

View file

@ -15,10 +15,14 @@ small-3cmult:
WritebackStage : False
MultiplierImplementation : "fast"
# ===============================
# * EXPERIMENTAL CONFIGURATIONS *
# ===============================
# Three-stage pipeline with additional branch traget ALU and 1 cycle multiplier
# (2 cycles for mulh) so mul does not stall (mulh stall 1 cycles). This is the
# maximum performance configuration.
maxperf-1cmult:
experimental-maxperf-1cmult:
RV32E : False
RV32M : True
RV32B : False
@ -27,7 +31,7 @@ maxperf-1cmult:
MultiplierImplementation : "single-cycle"
# maxpref-1cmult config above with bitmanip extension
maxperf-bm-1cmult:
experimental-maxperf-bm-1cmult:
RV32E : False
RV32M : True
RV32B : True