Trim redundant MDF field

This commit is contained in:
Edward Wang
2017-08-01 19:50:17 -07:00
committed by edwardcwang
parent 4013b1924f
commit df8b5815c6
8 changed files with 2 additions and 29 deletions

View File

@@ -30,7 +30,6 @@ class SelectCostMetric extends MacroCompilerSpec with HasSRAMGenerator {
val libSRAMs = Seq(
SRAMMacro(
macroType=SRAM,
name="SRAM_WIDTH_128",
depth=1024,
width=128,
@@ -40,7 +39,6 @@ class SelectCostMetric extends MacroCompilerSpec with HasSRAMGenerator {
)
),
SRAMMacro(
macroType=SRAM,
name="SRAM_WIDTH_64",
depth=1024,
width=64,
@@ -50,7 +48,6 @@ class SelectCostMetric extends MacroCompilerSpec with HasSRAMGenerator {
)
),
SRAMMacro(
macroType=SRAM,
name="SRAM_WIDTH_32",
depth=1024,
width=32,