mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 09:30:38 +02:00
Adding simulation.py for common functions between functional and delay tests. Updating functional test.
This commit is contained in:
@@ -53,6 +53,7 @@ class design(hierarchy_design):
|
||||
self.total_write = OPTS.num_rw_ports + OPTS.num_w_ports
|
||||
self.total_read = OPTS.num_rw_ports + OPTS.num_r_ports
|
||||
self.total_ports = OPTS.num_rw_ports + OPTS.num_w_ports + OPTS.num_r_ports
|
||||
self.num_rw_ports = OPTS.num_rw_ports
|
||||
|
||||
# Port indices used for data, address, and control signals
|
||||
# Port IDs used to identify port type
|
||||
|
||||
Reference in New Issue
Block a user