Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B-ASIC - Better ASIC Toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computer Engineering
B-ASIC - Better ASIC Toolbox
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
add-slack-time-sched
Select Git revision
Branches
20
13-add-coupled-operations-to-sfg
14-coupling-sfg-s
17-operation-replacement-in-a-sfg
2-operation-id-system
22-deep-copy-of-sfg
23-create-custom-operation
31-print-schedule
34-processor-and-memory-information-in-schedules
65-implement-a-workspace-in-the-gui-2
66-load-save-sfg-to-file
82-explode-sfg
84-unfolding-of-an-sfg
87-resize-gui-window
MultiSimPlot
add-fft-generator
add-memory-constraint-for-list-schedulers
add-slack-time-sched
aptcache
codegen-commit-hash
commutative
Tags
2
cbasedsim
1.0.0
22 results
Begin with the selected commit
Created with Raphaël 2.2.0
26
Mar
25
24
19
18
16
15
14
13
12
10
5
3
28
Feb
27
26
25
24
21
20
19
17
14
13
12
11
10
7
4
3
31
Jan
30
29
28
27
24
23
22
23
Aug
1
26
Jul
15
1
26
Jun
17
12
10
7
May
23
Apr
19
12
11
14
Sep
7
1
30
Aug
27
25
22
18
Jul
16
8
3
30
Jun
26
19
4
2
19
May
18
17
16
15
13
12
11
10
9
8
7
5
4
3
2
1
30
Apr
29
28
27
26
24
23
21
20
19
17
14
13
12
11
10
9
8
7
6
5
4
3
30
Mar
29
28
17
16
15
14
13
28
Feb
27
26
25
24
23
21
20
17
16
15
14
13
10
8
7
6
5
4
3
2
1
31
Jan
30
29
28
27
26
25
24
23
21
20
19
18
17
13
Sep
12
9
8
7
6
3
Fixed retiming bug, updated iir sfg generators and added RUF rule for ruff.
master
master
Added symmetric fir generator
Added type argument to print_slacks_type and added tie-breaker for sort-y-times
Made ASAPScheduler default if start_times and laps not provided when constructing Schedule
Added retiming step for RecursiveListScheduler
added custom IO times for ASAP and ALAP, fixed so that this is passed when calc alap schedule used in ListScheduler. (fft-bug)
added exception when attempting cyclic scheduling of recursive algorithm with ListScheduler
added pyupgrade ruff rule and fixed issues
added comprehensions ruff rule and addressed issues
added the numpy-rule for ruff and fixed issues
Move preference dialog to separate file
Refactor reading and storing font and color settings
More naming consistency fixes
Add functions taking GraphComponent instead of TypeName
Added ruff bugbear and simplify rules and reformatted code accordingly
Unify naming
Various cleanups, performance improvements, and new method
More unified plots plus minor cleanups
Use constrained layout for plots
Better drawing and ordering of cyclic schedules with latency offsets
Draw schedule lines using a single spline
Misc fixes from issues
Added RecursiveListScheduler and other small improvements/fixes
Recursive loops now seperate sfg property, fixed 0 input in Division and Reciprocal etc
Refactored ListScheduler, made it non-abstract and added better checks to...
Added so that latency-offsets will work for ListScheduler, added some tests for this and an example
Misc fixes, added method for getting min resources, now checks iteration bound
Output times now pushed correctly, updated logger and updated Scheduler interface.
Update code to Python 3.10
Add doc pages for new schedulers
Added logging of list scheduler
greatly improved speed of ListScheduler and added more tests
removed some old qt5 references and other small fixes
moved logger from scheduler gui to main folder
Add cyclic scheduling and improve resource
Rework IO times example
ran pre commit on all files.
Updated pre commit config versions and added a sort y on start time method used by schedulers and scheduling GUI.
List scheduler now refactored to sort continously given indecies by subclass.
Added port constrain to list scheduler, added example and updated tests
Loading