Finalized separation of netlist/layout creation.

This commit is contained in:
Matt Guthaus
2018-08-27 14:18:32 -07:00
parent 0daad338e4
commit 19d46f5954
16 changed files with 454 additions and 275 deletions
+1 -3
View File
@@ -37,9 +37,7 @@ class sram():
else:
debug.error("Invalid number of banks.",-1)
self.s.compute_sizes()
self.s.create_modules()
self.s.add_pins()
self.s.create_netlist()
self.s.create_layout()
# Can remove the following, but it helps for debug!