Fixes for in-tree barstools
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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._
|
||||
|
||||
@@ -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._
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
package barstools.macros
|
||||
package tapeout.macros
|
||||
|
||||
import firrtl.Utils.BoolType
|
||||
import firrtl.ir._
|
||||
|
||||
Reference in New Issue
Block a user