Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
NanoSoC Tech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
NanoSoC Tech
Compare revisions
234233bfae2aad171a2b097f5520110128d43c6c to 8f02db36893f2865dd95c094807052f487aba0c1
"clmctest/services/loadtest-streaming/install.sh" did not exist on "1dd70ece8ae3cd148784d2816b98090be4f3b2e8"
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
soclabs/nanosoc_tech
Select target project
No results found
8f02db36893f2865dd95c094807052f487aba0c1
Select Git revision
Swap
Target
soclabs/nanosoc_tech
Select target project
soclabs/nanosoc_tech
1 result
234233bfae2aad171a2b097f5520110128d43c6c
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
fixed damaged index on debug port connection mapping
· 8f02db36
dwf1m12
authored
1 year ago
8f02db36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
verif/tb/verilog/nanosoc_tb.v
+1
-1
1 addition, 1 deletion
verif/tb/verilog/nanosoc_tb.v
with
1 addition
and
1 deletion
verif/tb/verilog/nanosoc_tb.v
View file @
8f02db36
...
...
@@ -696,7 +696,7 @@ nanosoc_ft1248x1_track
//Tristate logic for GPIO connection
bufif1
(
P0
[
7
],
debug_running
,
debug_test_en
);
bufif1
(
P0
[
6
],
debug_err
,
debug_test_en
);
bufif1
(
debug_command
[
5
],
P0
[
3
],
debug_test_en
);
bufif1
(
debug_command
[
5
],
P0
[
5
],
debug_test_en
);
bufif1
(
debug_command
[
4
],
P0
[
4
],
debug_test_en
);
bufif1
(
debug_command
[
3
],
P0
[
3
],
debug_test_en
);
bufif1
(
debug_command
[
2
],
P0
[
2
],
debug_test_en
);
...
...
This diff is collapsed.
Click to expand it.