firrtl still hasn't fixed the problem with wir primops
This commit is contained in:
@@ -24,7 +24,7 @@ class ClkSrcTransform extends Transform with SeqTransformBased {
|
|||||||
val targetDir = barstools.tapeout.transforms.GetTargetDir(state)
|
val targetDir = barstools.tapeout.transforms.GetTargetDir(state)
|
||||||
|
|
||||||
transformList ++= Seq(
|
transformList ++= Seq(
|
||||||
InferTypes,
|
// InferTypes,
|
||||||
new CreateClkConstraints(clkModAnnos, clkPortAnnos, targetDir)
|
new CreateClkConstraints(clkModAnnos, clkPortAnnos, targetDir)
|
||||||
)
|
)
|
||||||
val ret = runTransforms(state)
|
val ret = runTransforms(state)
|
||||||
|
|||||||
Reference in New Issue
Block a user