mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 11:08:01 +02:00
A port option for correct mirroring in port_data.
This commit is contained in:
@@ -23,7 +23,7 @@ class precharge_test(openram_test):
|
||||
|
||||
# check precharge array in single port
|
||||
debug.info(2, "Checking 3 column precharge")
|
||||
pc = factory.create(module_type="precharge_array", columns=3)
|
||||
pc = factory.create(module_type="precharge_array", columns=3, port=0)
|
||||
self.local_check(pc)
|
||||
|
||||
globals.end_openram()
|
||||
|
||||
Reference in New Issue
Block a user