Skip to content
Snippets Groups Projects

Add slack time scheduling, redid earliest deadline, added max-fan-out and hybrid scheduler, also added example

Closed Simon Bjurek requested to merge add-slack-time-sched into master
Files
10
@@ -59,7 +59,7 @@ class AboutWindow(QDialog):
" href=\"https://gitlab.liu.se/da/B-ASIC/-/blob/master/LICENSE\">"
"MIT-license</a>"
" and any extension to the program should follow that same"
f" license.\n\n*Version: {__version__}*\n\nCopyright 2020-2023,"
f" license.\n\n*Version: {__version__}*\n\nCopyright 2020-2025,"
" Oscar Gustafsson et al."
)
label1.setTextFormat(Qt.MarkdownText)
Loading