Skip to content
Snippets Groups Projects

Misc fixes, added method for getting min resources, now checks iteration bound

Merged Simon Bjurek requested to merge misc-impr into master
1 unresolved thread
6 files
+ 196
31
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 2
0
@@ -351,6 +351,8 @@ class Schedule:
source = cast(OutputPort, signal.source)
if source.operation.graph_id.startswith("dontcare"):
available_time = 0
elif source.operation.graph_id.startswith("t"):
available_time = 0
else:
if self._schedule_time is not None:
available_time = (
Loading