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
Merge requests
!56
Resolve "Generate Schedule"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Generate Schedule"
30-generate-schedule
into
develop
Overview
13
Commits
34
Pipelines
3
Changes
1
2 unresolved threads
Hide all comments
Merged
Angus Lothian
requested to merge
30-generate-schedule
into
develop
4 years ago
Overview
13
Commits
34
Pipelines
3
Changes
1
2 unresolved threads
Hide all comments
Expand
Adds latencies to ports and methods for interacting with them to operation
Adds Schema class and construction with ASAP scheduling
Closes
#30 (closed)
0
0
Merge request reports
Viewing commit
e69a9772
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e69a9772
Remove unused import of 're' in operation.py
· e69a9772
angloth
authored
4 years ago
b_asic/operation.py
+
0
−
1
Options
@@ -6,7 +6,6 @@ TODO: More info.
from
b_asic.signal
import
Signal
from
b_asic.port
import
SignalSourceProvider
,
InputPort
,
OutputPort
from
b_asic.graph_component
import
GraphComponent
,
AbstractGraphComponent
,
Name
import
re
import
itertools
as
it
from
math
import
trunc
import
collections
Loading