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

Introduce width parameter

Expose the width (or W internally) parameter to set the SERV
datapath width.

Note: Only width=1 is function at this time.
This commit is contained in:
Olof Kindgren
2024-10-05 12:02:34 +02:00
parent 1c5d44e5c4
commit 376dcd701d
9 changed files with 79 additions and 51 deletions

View File

@@ -109,6 +109,7 @@ module serving
servile
#(.reset_pc (32'h0000_0000),
.reset_strategy (RESET_STRATEGY),
.rf_width (rf_width),
.sim (sim),
.with_csr (WITH_CSR))
servile