Disable 4x16 decoder test for now

This commit is contained in:
mrg 2020-11-06 13:50:04 -08:00
parent 147649e142
commit 2da9c307db
1 changed files with 3 additions and 3 deletions

View File

@ -58,9 +58,9 @@ class hierarchical_decoder_test(openram_test):
self.local_check(a)
# Checks 3 x 4x16 and 4-input NAND decoder
debug.info(1, "Testing 4096 row sample for hierarchical_decoder")
a = factory.create(module_type="hierarchical_decoder", num_outputs=4096)
self.local_check(a)
# debug.info(1, "Testing 4096 row sample for hierarchical_decoder")
# a = factory.create(module_type="hierarchical_decoder", num_outputs=4096)
# self.local_check(a)
globals.end_openram()