remove functionality from clkgen pass due to compatibility issue with latest firrtl
This commit is contained in:
@@ -24,7 +24,7 @@ class CreateClkConstraints(
|
|||||||
// TODO: Are annotations only valid on ports?
|
// TODO: Are annotations only valid on ports?
|
||||||
|
|
||||||
def run(c: Circuit): Circuit = {
|
def run(c: Circuit): Circuit = {
|
||||||
|
/*
|
||||||
val top = c.main
|
val top = c.main
|
||||||
|
|
||||||
// Remove everything from the circuit, unless it has a clock type
|
// Remove everything from the circuit, unless it has a clock type
|
||||||
@@ -146,6 +146,7 @@ class CreateClkConstraints(
|
|||||||
clkSrcs.foreach { x => println(s"gen clk: $x")}
|
clkSrcs.foreach { x => println(s"gen clk: $x")}
|
||||||
clkModSinkToSourceMap.foreach { x => println(s"sink -> src: $x")}
|
clkModSinkToSourceMap.foreach { x => println(s"sink -> src: $x")}
|
||||||
clkModSourceToSinkMap.foreach { x => println(s"src -> dependent sinks: $x")}
|
clkModSourceToSinkMap.foreach { x => println(s"src -> dependent sinks: $x")}
|
||||||
|
*/
|
||||||
c
|
c
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user