Merge remote-tracking branch 'origin/dev' into package-rename
This commit is contained in:
@@ -32,7 +32,7 @@ class FireSim(implicit val p: Parameters) extends RawModule {
|
||||
//
|
||||
// Apply each partial function to each DUT instance
|
||||
for ((target) <- targets) {
|
||||
p(IOBinders).values.map(fn => fn(false.B, target))
|
||||
p(IOBinders).values.map(fn => fn(clock, reset.asBool, false.B, target))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user