Added new resource algorithm for minimizing pe -> memory connections etc
Compare changes
- Simon Bjurek authored
Added new resource algorithm for minimizing pe -> memory connections, prepared for one that will minimize memory -> pe connections.
+ 169
− 39
@@ -23,6 +24,9 @@ from b_asic.process import (
@@ -912,6 +916,7 @@ class ProcessCollection:
@@ -926,6 +931,8 @@ class ProcessCollection:
@@ -939,6 +946,9 @@ class ProcessCollection:
@@ -949,16 +959,40 @@ class ProcessCollection:
@@ -995,36 +1029,6 @@ class ProcessCollection:
@@ -1032,12 +1036,13 @@ class ProcessCollection:
@@ -1045,9 +1050,137 @@ class ProcessCollection:
@@ -1203,12 +1336,10 @@ class ProcessCollection:
@@ -1216,7 +1347,6 @@ class ProcessCollection: