uncomment 4x16 decoder

This commit is contained in:
Jesse Cirimelli-Low 2021-06-11 18:20:36 -07:00
parent bee9b07516
commit 73cc6b3891
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()