Address review comments

This commit is contained in:
Edward Wang
2017-08-27 20:03:28 -07:00
committed by edwardcwang
parent d2b105079d
commit bc26f5eb1a
3 changed files with 79 additions and 42 deletions

View File

@@ -385,5 +385,9 @@ circuit T_2172_ext :
defname = SRAM2RW64x32
"""
compileExecuteAndTest(mem, lib, v, output)
// TODO FIXME: Enable this test when firrtl #644 https://github.com/freechipsproject/firrtl/issues/644 is fixed
"rocket example" should "work" in {
pending
}
//~ compileExecuteAndTest(mem, lib, v, output)
}