scope fixes

This commit is contained in:
Blaise Tine
2020-06-08 06:54:47 -07:00
parent 170c88f295
commit 9575fe9a51
6 changed files with 246 additions and 206 deletions

View File

@@ -9,6 +9,7 @@ vortex_afu.json
+define+DBG_PRINT_CACHE_MSRQ
+define+DBG_PRINT_DRAM
+define+DBG_PRINT_OPAE
+define+DBG_PRINT_SCOPE
+define+SCOPE

View File

@@ -802,7 +802,8 @@ end
VX_scope #(
.DATAW ($bits({`SCOPE_SIGNALS_LIST})),
.BUSW (64),
.SIZE (256)
.SIZE (256),
.IDW (19)
) scope (
.clk (clk),
.reset (SoftReset),