remove aliasing for branchType and fix tests ending in dependent load chains
This commit is contained in:
parent
fa35a38190
commit
39c008567d
2 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ private class ChiselTestRunner (
|
|||
|
||||
// After finishing, let the circuit run until all updates can be committed.
|
||||
private def flush: List[CircuitTrace] =
|
||||
(0 to 4).map(_ => stepOne).reverse.toList
|
||||
(0 to 5).map(_ => stepOne).reverse.toList
|
||||
|
||||
/**
|
||||
* Run the entire shebang
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue