Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
ccn_packet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Container 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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DG
FOFB
ccn_packet
Commits
e7f50bf0
Commit
e7f50bf0
authored
Jan 5, 2024
by
BRONES Romain
Browse files
Options
Downloads
Patches
Plain Diff
fix: Error flag stuck at zero
* Reset polarity was wrong
parent
288f0b9f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
hdl/top_ccn_packeter.vhd
+1
-1
1 addition, 1 deletion
hdl/top_ccn_packeter.vhd
hdl/top_ccn_unpacketer.vhd
+1
-1
1 addition, 1 deletion
hdl/top_ccn_unpacketer.vhd
with
2 additions
and
2 deletions
hdl/top_ccn_packeter.vhd
+
1
−
1
View file @
e7f50bf0
...
@@ -151,7 +151,7 @@ begin
...
@@ -151,7 +151,7 @@ begin
p_flags
:
process
(
aclk
,
aresetn
)
p_flags
:
process
(
aclk
,
aresetn
)
begin
begin
if
areset
=
'0'
then
if
areset
n
=
'0'
then
f_err_timeout
<=
'0'
;
f_err_timeout
<=
'0'
;
f_err_seq
<=
'0'
;
f_err_seq
<=
'0'
;
elsif
rising_edge
(
aclk
)
then
elsif
rising_edge
(
aclk
)
then
...
...
This diff is collapsed.
Click to expand it.
hdl/top_ccn_unpacketer.vhd
+
1
−
1
View file @
e7f50bf0
...
@@ -164,7 +164,7 @@ begin
...
@@ -164,7 +164,7 @@ begin
p_flags
:
process
(
aclk
,
aresetn
)
p_flags
:
process
(
aclk
,
aresetn
)
begin
begin
if
areset
=
'0'
then
if
areset
n
=
'0'
then
f_err_pid
<=
'0'
;
f_err_pid
<=
'0'
;
f_err_mac_len
<=
'0'
;
f_err_mac_len
<=
'0'
;
f_err_mac_dst
<=
'0'
;
f_err_mac_dst
<=
'0'
;
...
...
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