RegInit is no longer in util (#14)
This commit is contained in:
@@ -2,7 +2,6 @@ package barstools.tapeout.transforms.clkgen
|
|||||||
|
|
||||||
import chisel3.experimental.{withClockAndReset, withClock, withReset}
|
import chisel3.experimental.{withClockAndReset, withClock, withReset}
|
||||||
import chisel3._
|
import chisel3._
|
||||||
import chisel3.util.RegInit
|
|
||||||
import barstools.tapeout.transforms._
|
import barstools.tapeout.transforms._
|
||||||
import chisel3.util.HasBlackBoxInline
|
import chisel3.util.HasBlackBoxInline
|
||||||
|
|
||||||
@@ -125,4 +124,4 @@ class SEClkDivider(divBy: Int, phases: Seq[Int], analogFile: String = "", syncRe
|
|||||||
}
|
}
|
||||||
else throw new Exception("Clock divider Verilog file invalid!")
|
else throw new Exception("Clock divider Verilog file invalid!")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user