Move notes to main file since they apply there as well

This commit is contained in:
Edward Wang
2017-08-01 14:03:09 -07:00
committed by edwardcwang
parent a25c84f72c
commit 0203aa9e7c
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,11 @@
// 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
import firrtl._

View File

@@ -7,12 +7,6 @@ import firrtl.Utils.ceilLog2
import java.io.{File, StringWriter}
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"
new File(testDir).mkdirs // Make sure the testDir exists