Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Gateware
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Projects
White Rabbit Switch - Gateware
Commits
fc5f77e4
Commit
fc5f77e4
authored
11 years ago
by
Maciej Lipinski
Browse files
Options
Downloads
Patches
Plain Diff
[swcore/in_blk] updated debugging states with new state
parent
8139f99c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/wrsw_swcore/xswc_input_block.vhd
+2
-1
2 additions, 1 deletion
modules/wrsw_swcore/xswc_input_block.vhd
with
2 additions
and
1 deletion
modules/wrsw_swcore/xswc_input_block.vhd
+
2
−
1
View file @
fc5f77e4
...
...
@@ -2322,7 +2322,8 @@ alloc_FSM <= "000" when (s_page_alloc = S_IDLE) else
"001"
when
(
s_page_alloc
=
S_PCKSTART_SET_USECNT
)
else
"010"
when
(
s_page_alloc
=
S_PCKSTART_PAGE_REQ
)
else
"011"
when
(
s_page_alloc
=
S_PCKINTER_PAGE_REQ
)
else
"100"
;
"100"
when
(
s_page_alloc
=
S_PCKSTART_SET_AND_REQ
)
else
"101"
;
trans_FSM
<=
x"0"
when
(
s_transfer_pck
=
S_IDLE
)
else
x"1"
when
(
s_transfer_pck
=
S_READY
)
else
x"2"
when
(
s_transfer_pck
=
S_WAIT_RTU_VALID
)
else
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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