From 2c75d4df39fd055fc3e9444127add9aede36784d Mon Sep 17 00:00:00 2001 From: Philipp Wagner Date: Tue, 27 Oct 2020 09:42:44 +0000 Subject: [PATCH] Enable configuration with Icache in public CI We now have an Ibex configuration experimental-maxperf-pmp-bmfull-icache, which also enables the instruction cache. Enable this configuration in public CI, which makes it run the lint and RISC-V compliance jobs. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 04a81da8..d1636676 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -95,6 +95,7 @@ jobs: - small - experimental-maxperf-pmp - experimental-maxperf-pmp-bmfull + - experimental-maxperf-pmp-bmfull-icache - experimental-branch-predictor # Run lint on simple system