Fix transforms for firrtl/#459 issue. (#13)
This commit is contained in:
committed by
Angie Wang
parent
e8dc1035bf
commit
4745d29912
@@ -21,7 +21,7 @@ class ClkSrcTransform extends Transform with SimpleRun {
|
||||
InferTypes,
|
||||
new CreateClkConstraints(clkModAnnos, clkPortAnnos, targetDir)
|
||||
)
|
||||
CircuitState(runPasses(state.circuit, passSeq), LowForm)
|
||||
state.copy(state = runPasses(state.circuit, passSeq), outputForm = outputForm)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user