1
0
mirror of https://github.com/olofk/serv.git synced 2026-05-05 07:43:34 +00:00

Add debug module

This commit is contained in:
Olof Kindgren
2024-08-22 22:21:41 +02:00
parent 376dcd701d
commit 2bcf4104d0
8 changed files with 269 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ module servant
parameter reset_strategy = "MINI";
parameter width = 1;
parameter sim = 0;
parameter [0:0] debug = 1'b0;
parameter with_csr = 1;
parameter [0:0] compress = 0;
parameter [0:0] align = compress;
@@ -136,6 +137,7 @@ module servant
servile
#(.width (width),
.sim (sim[0]),
.debug (debug),
.with_c (compress[0]),
.with_csr (with_csr[0]),
.with_mdu (with_mdu))