mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-06 09:18:34 +02:00
Add empty build_graph() for dummy bitcells
This commit is contained in:
@@ -21,3 +21,6 @@ class dummy_bitcell_1port(bitcell_base):
|
||||
super().__init__(name, prop=props.bitcell_1port)
|
||||
debug.info(2, "Create dummy bitcell")
|
||||
|
||||
def build_graph(self, graph, inst_name, port_nets):
|
||||
""" Adds edges based on inputs/outputs. Overrides base class function. """
|
||||
pass
|
||||
|
||||
@@ -21,3 +21,6 @@ class dummy_bitcell_2port(bitcell_base):
|
||||
super().__init__(name, prop=props.bitcell_2port)
|
||||
debug.info(2, "Create dummy bitcell 2 port object")
|
||||
|
||||
def build_graph(self, graph, inst_name, port_nets):
|
||||
""" Adds edges based on inputs/outputs. Overrides base class function. """
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user