1
0
mirror of https://github.com/olofk/serv.git synced 2026-04-28 05:04:47 +00:00

Make immdec 4-bit compatible

This commit is contained in:
Olof Kindgren
2025-05-08 23:02:56 +02:00
parent 2ff6fcbbd2
commit 3c2dc51969
3 changed files with 146 additions and 6 deletions

View File

@@ -42,6 +42,7 @@ targets:
- RISCV_FORMAL
- SERV_CLEAR_RAM
- "is_toplevel? (WITH_CSR)"
- "is_toplevel? (W)"
toplevel : ["is_toplevel? (serv_rf_top)"]
lint:
@@ -98,3 +99,8 @@ parameters:
paramtype : vlogparam
description : Enable/Disable the support of misaligned instructions
W:
datatype : int
description : Internal datapath width (1=SERV, 4=QERV)
paramtype : vlogparam