Merge pull request #280 from kbeckmann/picorv32_typo

picorv32: Fix minimal variant params
This commit is contained in:
Tim Ansell 2019-10-13 11:29:46 -07:00 committed by GitHub
commit 23d8396144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,