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
c3c97e8b
Commit
c3c97e8b
authored
Feb 1, 2023
by
BRONES Romain
Browse files
Options
Downloads
Patches
Plain Diff
fix:Remove unsused tlast input on packeter
parent
faffd573
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/ccn_pack.vhd
+0
-1
0 additions, 1 deletion
hdl/ccn_pack.vhd
hdl/top_ccn_packeter.vhd
+0
-2
0 additions, 2 deletions
hdl/top_ccn_packeter.vhd
with
0 additions
and
3 deletions
hdl/ccn_pack.vhd
+
0
−
1
View file @
c3c97e8b
...
@@ -34,7 +34,6 @@ entity ccn_pack is
...
@@ -34,7 +34,6 @@ entity ccn_pack is
s_axis_tuser
:
in
std_logic_vector
(
G_S_TUSER_W
-1
downto
0
);
s_axis_tuser
:
in
std_logic_vector
(
G_S_TUSER_W
-1
downto
0
);
s_axis_tvalid
:
in
std_logic
;
s_axis_tvalid
:
in
std_logic
;
s_axis_tready
:
out
std_logic
;
s_axis_tready
:
out
std_logic
;
s_axis_tlast
:
in
std_logic
;
-- AXIS Frame output
-- AXIS Frame output
m_axis_clk
:
in
std_logic
;
-- Only M_AXIS signals on this clk domain
m_axis_clk
:
in
std_logic
;
-- Only M_AXIS signals on this clk domain
...
...
This diff is collapsed.
Click to expand it.
hdl/top_ccn_packeter.vhd
+
0
−
2
View file @
c3c97e8b
...
@@ -36,7 +36,6 @@ entity top_ccn_packeter is
...
@@ -36,7 +36,6 @@ entity top_ccn_packeter is
s_axis_tuser
:
in
std_logic_vector
(
G_S_TUSER_W
-1
downto
0
);
s_axis_tuser
:
in
std_logic_vector
(
G_S_TUSER_W
-1
downto
0
);
s_axis_tvalid
:
in
std_logic
;
s_axis_tvalid
:
in
std_logic
;
s_axis_tready
:
out
std_logic
;
s_axis_tready
:
out
std_logic
;
s_axis_tlast
:
in
std_logic
;
-- AXIS Frame output
-- AXIS Frame output
m_axis_clk
:
in
std_logic
;
-- Only M_AXIS signals on this clk domain
m_axis_clk
:
in
std_logic
;
-- Only M_AXIS signals on this clk domain
...
@@ -126,7 +125,6 @@ begin
...
@@ -126,7 +125,6 @@ begin
s_axis_tvalid
=>
s_axis_tvalid
,
s_axis_tvalid
=>
s_axis_tvalid
,
s_axis_tready
=>
s_axis_tready
,
s_axis_tready
=>
s_axis_tready
,
s_axis_tuser
=>
s_axis_tuser
,
s_axis_tuser
=>
s_axis_tuser
,
s_axis_tlast
=>
s_axis_tlast
,
-- AXIS Frame output
-- AXIS Frame output
m_axis_clk
=>
m_axis_clk
,
m_axis_clk
=>
m_axis_clk
,
...
...
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