mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 13:57:19 -04:00
[ci] Mark configs using experimental features
This commit is contained in:
parent
230e879651
commit
7dae33abc2
2 changed files with 8 additions and 4 deletions
|
@ -171,5 +171,5 @@ jobs:
|
|||
parameters:
|
||||
ibex_configs:
|
||||
- small-3cmult
|
||||
- maxperf-1cmult
|
||||
- maxperf-bm-1cmult
|
||||
- experimental-maxperf-1cmult
|
||||
- experimental-maxperf-bm-1cmult
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue