Merge branch 'master' into fix-deprecations-3
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
package barstools.tapeout.transforms
|
||||
package barstools.tapeout.transforms.utils
|
||||
|
||||
import chisel3.experimental.{annotate, ChiselAnnotation}
|
||||
import chisel3.experimental.{ChiselAnnotation, annotate}
|
||||
import firrtl._
|
||||
import firrtl.annotations._
|
||||
import firrtl.stage.Forms
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package barstools.tapeout.transforms
|
||||
package barstools.tapeout.transforms.utils
|
||||
|
||||
object LowerName {
|
||||
def apply(s: String): String = s.replace(".", "_").replace("[", "_").replace("]", "")
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package barstools.tapeout.transforms
|
||||
package barstools.tapeout.transforms.utils
|
||||
|
||||
import chisel3._
|
||||
|
||||
import scala.collection.immutable.ListMap
|
||||
|
||||
class CustomBundle[T <: Data](elts: (String, T)*) extends Record {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package barstools.tapeout.transforms
|
||||
package barstools.tapeout.transforms.utils
|
||||
|
||||
import net.jcazevedo.moultingyaml._
|
||||
|
||||
import java.io.File
|
||||
|
||||
class YamlFileReader(resource: String) {
|
||||
|
||||
Reference in New Issue
Block a user