picorv32: Fix minimal variant params

The param p_ENABLE_COUNTERS was misspelled.
This commit is contained in:
Konrad Beckmann 2019-10-13 12:56:55 +02:00
parent ef504f62af
commit 0e467168fd
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class PicoRV32(CPU):
if variant == "minimal":
self.cpu_params.update(
p_ENABLE_COUNTER = 0,
p_ENABLE_COUNTERS = 0,
p_ENABLE_COUNTERS64 = 0,
p_TWO_STAGE_SHIFT = 0,
p_CATCH_MISALIGN = 0,