List scheduler now refactored to sort continously given indecies by subclass.
Compare changes
Files
22+ 1
− 1
@@ -4,8 +4,8 @@ ASIC toolbox that simplifies circuit design and optimization.
Refactored ListSheduler to sort continously given indecies by subclass after discussion with @oscgu95.
Refactored list_schedulers.py to now be minimal only providing indecies and sort order.
Added one test for MaxFanOutScheduler
Closes: #298 (closed)