Added graph exclusions to replica column to reduce s_en paths.

This commit is contained in:
Hunter Nichols
2019-07-16 23:47:34 -07:00
parent e2602dd79b
commit 9696401f34
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -206,6 +206,7 @@ class delay(simulation):
self.sram.graph_exclude_addr_dff()
self.sram.graph_exclude_data_dff()
self.sram.graph_exclude_ctrl_dffs()
self.sram.bank.bitcell_array.graph_exclude_replica_col_bits()
def create_graph(self):
"""Creates timing graph to generate the timing paths for the SRAM output."""