Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simuDAtor
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
simuDAtor
Compare revisions
main to 43-enable-changing-base-when-entering-values-into-states
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
da/simudator
Select target project
No results found
43-enable-changing-base-when-entering-values-into-states
Select Git revision
Swap
Target
da/simudator
Select target project
da/simudator
1 result
main
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (5)
load layout by default
· c685c783
Martin Högstedt
authored
9 months ago
c685c783
merge
· d2b4cc01
Martin Högstedt
authored
9 months ago
d2b4cc01
formatter
· 7bccecf1
Martin Högstedt
authored
9 months ago
7bccecf1
merged 44
· 9f8b8534
Martin Högstedt
authored
9 months ago
9f8b8534
merge w main
· 7e33fbc6
Martin Högstedt
authored
9 months ago
7e33fbc6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/simudator/gui/gui.py
+1
-1
1 addition, 1 deletion
src/simudator/gui/gui.py
with
1 addition
and
1 deletion
src/simudator/gui/gui.py
View file @
7e33fbc6
...
@@ -441,7 +441,7 @@ class GUI(QMainWindow):
...
@@ -441,7 +441,7 @@ class GUI(QMainWindow):
"""
"""
Tries to change the value at adress to value given by user.
Tries to change the value at adress to value given by user.
Does this through the dialog opened by
editModuleState
Dialog.
Does this through the dialog opened by
class MemoryContent
Dialog.
"""
"""
try
:
try
:
parsed_adress
=
int
(
adress
,
16
)
parsed_adress
=
int
(
adress
,
16
)
...
...
This diff is collapsed.
Click to expand it.