scope refactoring

This commit is contained in:
Blaise Tine
2020-06-13 11:47:28 -07:00
parent 4fa540575c
commit 75af29febb
9 changed files with 268 additions and 230 deletions

View File

@@ -835,7 +835,7 @@ VX_scope #(
.clk (clk),
.reset (SoftReset),
.start (vx_reset),
.stop (cmd_run_done),
.stop (0),
.changed (force_changed),
.data_in ({`SCOPE_SIGNALS_DATA_LIST `SCOPE_SIGNALS_UPD_LIST}),
.bus_in (csr_scope_cmd),