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
!21
Resolve "Print SFG"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Print SFG"
19-print-sfg
into
develop
Overview
6
Commits
28
Pipelines
2
Changes
2
5 unresolved threads
Hide all comments
Merged
Adam Jakobsson
requested to merge
19-print-sfg
into
develop
5 years ago
Overview
6
Commits
28
Pipelines
2
Changes
2
5 unresolved threads
Hide all comments
Expand
Closes
#19 (closed)
0
0
Merge request reports
Viewing commit
e20df278
Prev
Next
Show latest version
2 files
+
8
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
e20df278
Added description for test file and in __str__
· e20df278
Adam Jakobsson
authored
5 years ago
b_asic/signal_flow_graph.py
+
3
−
0
Options
@@ -352,6 +352,9 @@ class SFG(AbstractOperation):
def
__str__
(
self
):
"""
Prints operations, inputs and outputs in a SFG
"""
output_string
=
""
for
comp
in
self
.
_components_in_dfs_order
:
Loading