From 3f5605f22e3cb69bd0784a6ae246309ad64f8b15 Mon Sep 17 00:00:00 2001 From: Tom Verbeure Date: Thu, 21 Mar 2019 05:36:30 +0000 Subject: [PATCH] Fix table. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c109dae..999ae71 100644 --- a/README.md +++ b/README.md @@ -719,7 +719,6 @@ Simple and light multi-way instruction cache. | prediction | BranchPrediction | Can be set to NONE/STATIC/DYNAMIC/DYNAMIC_TARGET to specify the branch predictor implementation. See below for more details. | | historyRamSizeLog2 | Int | Specify the number of entries in the direct mapped prediction cache of DYNAMIC/DYNAMIC_TARGET implementation. 2 pow historyRamSizeLog2 entries | | compressedGen | Boolean | Enable RISC-V compressed instruction (RVC) support. | - | config.cacheSize | Int | Total storage capacity of the cache in bytes. | | config.bytePerLine | Int | Number of bytes per cache line | | config.wayCount | Int | Number of cache ways |