Fixes for in-tree barstools

This commit is contained in:
Jerry Zhao
2024-04-19 11:30:15 -07:00
parent d7060f4b5a
commit 9436aea1e8
26 changed files with 40 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
// See LICENSE for license details.
package barstools.macros
package tapeout.macros
/** Trait which can calculate the cost of compiling a memory against a certain
* library memory macro using a cost function.

View File

@@ -5,9 +5,9 @@
* lib - technology SRAM(s) to use to compile mem
*/
package barstools.macros
package tapeout.macros
import barstools.macros.Utils._
import tapeout.macros.Utils._
import firrtl.Utils.{one, zero, BoolType}
import firrtl.annotations._
import firrtl.ir._

View File

@@ -1,8 +1,8 @@
// See LICENSE for license details.
package barstools.macros
package tapeout.macros
import barstools.macros.Utils._
import tapeout.macros.Utils._
import firrtl.Utils.{one, zero}
import firrtl._
import firrtl.ir._

View File

@@ -1,6 +1,6 @@
// See LICENSE for license details.
package barstools.macros
package tapeout.macros
import firrtl.Utils.BoolType
import firrtl.ir._