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
!282
Refactor member and method names
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Refactor member and method names
refactor
into
master
Overview
0
Commits
1
Pipelines
4
Changes
19
Merged
Oscar Gustafsson
requested to merge
refactor
into
master
1 year ago
Overview
0
Commits
1
Pipelines
4
Changes
2
Expand
0
0
Merge request reports
Compare
version 3
version 3
ee947296
1 year ago
version 2
8ecf4e4b
1 year ago
version 1
f462db77
1 year ago
master (base)
and
latest version
latest version
e9ec68f9
1 commit,
1 year ago
version 3
ee947296
1 commit,
1 year ago
version 2
8ecf4e4b
1 commit,
1 year ago
version 1
f462db77
1 commit,
1 year ago
Show latest version
2 files
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
b_asic/GUI/util_dialogs.py
+
2
−
2
Options
@@ -52,11 +52,11 @@ _QUESTIONS = {
),
"
Simulating a signal-flow-graph
"
:
(
"
To simulate a signal-flow-graph (SFG), press the run button in the
"
"
_
toolbar,
\n
then press
'
Simulate SFG
'
and enter the
_
properties of the
"
"
toolbar,
\n
then press
'
Simulate SFG
'
and enter the properties of the
"
"
simulation.
"
),
"
Properties of simulation
"
:
(
"
The
_
properties of the simulation are,
'
Iteration Count
'
: The number
"
"
The properties of the simulation are,
'
Iteration Count
'
: The number
"
"
of iterations to run the simulation for,
\n
'
Plot Results
'
: Open a
"
"
plot over the output in matplotlib,
\n
'
Get All Results
'
: Print the
"
"
detailed output from simulating the sfg in the terminal,
\n
"
Loading