Fixes for in-tree barstools
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
package barstools.tapeout.transforms
|
||||
package tapeout.transforms
|
||||
|
||||
import firrtl.Mappers._
|
||||
import firrtl._
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package barstools.tapeout.transforms
|
||||
package tapeout.transforms
|
||||
|
||||
import barstools.tapeout.transforms.stage._
|
||||
import tapeout.transforms.stage._
|
||||
import firrtl._
|
||||
import firrtl.annotations._
|
||||
import firrtl.ir._
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
package barstools.tapeout.transforms.retime
|
||||
package tapeout.transforms.retime
|
||||
|
||||
import chisel3.experimental.RunFirrtlTransform
|
||||
import firrtl.annotations._
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
package barstools.tapeout.transforms.stage
|
||||
package tapeout.transforms.stage
|
||||
|
||||
import barstools.tapeout.transforms.GenerateModelStageMain
|
||||
import tapeout.transforms.GenerateModelStageMain
|
||||
import chisel3.stage.ChiselCli
|
||||
import firrtl.stage.{RunFirrtlTransformAnnotation}
|
||||
import firrtl.AnnotationSeq
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
package barstools.tapeout.transforms.utils
|
||||
package tapeout.transforms.utils
|
||||
|
||||
import chisel3.experimental.{annotate, ChiselAnnotation}
|
||||
import firrtl._
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package barstools.tapeout.transforms.utils
|
||||
package tapeout.transforms.utils
|
||||
|
||||
object LowerName {
|
||||
def apply(s: String): String = s.replace(".", "_").replace("[", "_").replace("]", "")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package barstools.tapeout.transforms.utils
|
||||
package tapeout.transforms.utils
|
||||
|
||||
import chisel3._
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package barstools.tapeout.transforms.utils
|
||||
package tapeout.transforms.utils
|
||||
|
||||
import firrtl.FileUtils
|
||||
import net.jcazevedo.moultingyaml._
|
||||
|
||||
Reference in New Issue
Block a user