1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-26 11:41:51 +00:00

Expose and document PRE_REGISTER

This commit is contained in:
Olof Kindgren
2021-06-05 22:56:37 +02:00
parent 259d5a10ed
commit c2cdd44f73
4 changed files with 17 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ targets:
default:
filesets : [core]
parameters :
- "is_toplevel? (PRE_REGISTER)"
- "is_toplevel? (RESET_STRATEGY)"
- RISCV_FORMAL
- SERV_CLEAR_RAM
@@ -42,6 +43,11 @@ targets:
toplevel : serv_rf_top
parameters:
PRE_REGISTER:
datatype : int
description : Register signals before or after the decoder
paramtype : vlogparam
RESET_STRATEGY:
datatype : str
paramtype : vlogparam