mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
Disable 4x16 decoder test for now
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user