Create VCG using nets as nodes rather than pins.

This commit is contained in:
Matt Guthaus
2018-09-11 13:28:28 -07:00
parent add0e3ad68
commit fcc4a75295
2 changed files with 72 additions and 30 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ class sram_1bank_test(openram_test):
c.words_per_row=1
debug.info(1, "Single bank, no column mux with control logic")
a = sram(c, "sram1")
self.local_check(a, final_verification=True)
#a = sram(c, "sram1")
#self.local_check(a, final_verification=True)
c.num_words=32
c.words_per_row=2