firrtl still hasn't fixed the problem with wir primops

This commit is contained in:
Angie
2017-04-02 04:26:27 -07:00
parent 7ad088503f
commit 7c0e6c89d2

View File

@@ -24,7 +24,7 @@ class ClkSrcTransform extends Transform with SeqTransformBased {
val targetDir = barstools.tapeout.transforms.GetTargetDir(state)
transformList ++= Seq(
InferTypes,
// InferTypes,
new CreateClkConstraints(clkModAnnos, clkPortAnnos, targetDir)
)
val ret = runTransforms(state)