Move notes to main file since they apply there as well
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
// See LICENSE for license details.
|
// See LICENSE for license details.
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Terminology note:
|
||||||
|
* mem - target memory to compile, in design (e.g. Mem() in rocket)
|
||||||
|
* lib - technology SRAM(s) to use to compile mem
|
||||||
|
*/
|
||||||
|
|
||||||
package barstools.macros
|
package barstools.macros
|
||||||
|
|
||||||
import firrtl._
|
import firrtl._
|
||||||
|
|||||||
@@ -7,12 +7,6 @@ import firrtl.Utils.ceilLog2
|
|||||||
import java.io.{File, StringWriter}
|
import java.io.{File, StringWriter}
|
||||||
|
|
||||||
abstract class MacroCompilerSpec extends org.scalatest.FlatSpec with org.scalatest.Matchers {
|
abstract class MacroCompilerSpec extends org.scalatest.FlatSpec with org.scalatest.Matchers {
|
||||||
/**
|
|
||||||
* Terminology note:
|
|
||||||
* mem - target memory to compile, in design (e.g. Mem() in rocket)
|
|
||||||
* lib - technology SRAM(s) to use to compile mem
|
|
||||||
*/
|
|
||||||
|
|
||||||
val testDir: String = "test_run_dir/macros"
|
val testDir: String = "test_run_dir/macros"
|
||||||
new File(testDir).mkdirs // Make sure the testDir exists
|
new File(testDir).mkdirs // Make sure the testDir exists
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user