Fix table.

This commit is contained in:
Tom Verbeure 2019-03-21 05:36:30 +00:00
parent 02a6312912
commit 3f5605f22e
1 changed files with 0 additions and 1 deletions

View File

@ -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 |