Bring up annotation-driven channel generation

This commit is contained in:
David Biancolin 2018-11-26 11:56:33 -08:00
parent c643db10e1
commit c246edc7da
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 6278f4a248c00b6ec76677f40508cc1c7b46abba
Subproject commit b6c763c28e8aa75edb1aaae70775a369ba3539bc

@ -1 +1 @@
Subproject commit ebcdeda5432cf4eca58283a53930f970e5b16024
Subproject commit d559a430bea063fbe5e114f9ddf7034f401d24f7

View File

@ -163,7 +163,7 @@ void firesim_top_t::run() {
uint64_t start_time = timestamp();
// Assert reset T=0 -> 50
target_reset(0, 50);
target_reset(50);
while (!simulation_complete() && !has_timed_out()) {
run_scheduled_tasks();