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
Commits
3e4c3003
Commit
3e4c3003
authored
5 years ago
by
angloth
Browse files
Options
Downloads
Patches
Plain Diff
Add empty test file for signal_flow_graph
parent
330760f2
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Integrated ID system, traversing and som signal tests
Pipeline
#10013
passed
5 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/signal_flow_graph/conftest.py
+1
-0
1 addition, 0 deletions
test/signal_flow_graph/conftest.py
test/signal_flow_graph/test_signal_flow_graph.py
+3
-0
3 additions, 0 deletions
test/signal_flow_graph/test_signal_flow_graph.py
with
4 additions
and
0 deletions
test/signal_flow_graph/conftest.py
0 → 100644
+
1
−
0
View file @
3e4c3003
import
pytest
This diff is collapsed.
Click to expand it.
test/signal_flow_graph/test_signal_flow_graph.py
0 → 100644
+
3
−
0
View file @
3e4c3003
from
b_asic.signal_flow_graph
import
SFG
from
b_asic.core_operations
import
Addition
,
Constant
from
b_asic.signal
import
Signal
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment