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
!49
Resolve "Removing Operation from SFG"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Removing Operation from SFG"
85-removing-operation-from-sfg
into
develop
Overview
2
Commits
11
Pipelines
2
Changes
5
Merged
Angus Lothian
requested to merge
85-removing-operation-from-sfg
into
develop
5 years ago
Overview
2
Commits
11
Pipelines
2
Changes
5
Expand
Adds function to sfg that can remove an operation specified by id as long as it has the same amount of inputs and outputs.
Adds tests that verifies this function.
Closes
#85 (closed)
0
0
Merge request reports
Compare
develop
version 2
cd1208b6
5 years ago
version 1
296782d7
5 years ago
develop (base)
and
latest version
latest version
cd1208b6
11 commits,
5 years ago
version 2
cd1208b6
11 commits,
5 years ago
version 1
296782d7
10 commits,
5 years ago
5 files
+
107
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
b_asic/operation.py
+
1
−
0
Options
@@ -193,6 +193,7 @@ class Operation(GraphComponent, SignalSourceProvider):
"""
raise
NotImplementedError
class
AbstractOperation
(
Operation
,
AbstractGraphComponent
):
"""
Generic abstract operation class which most implementations will derive from.
TODO: More info.
Loading