Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
comcellnode_ethernet
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
comcellnode_ethernet
Commits
bd2f26cf
Commit
bd2f26cf
authored
Oct 30, 2023
by
BRONES Romain
Browse files
Options
Downloads
Patches
Plain Diff
Remove PPS edge filter
* Could not refresh stat with it
parent
a91927b1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
hdl/top_ccn_ethernet.vhd
+1
-15
1 addition, 15 deletions
hdl/top_ccn_ethernet.vhd
with
1 addition
and
15 deletions
hdl/top_ccn_ethernet.vhd
+
1
−
15
View file @
bd2f26cf
...
...
@@ -70,24 +70,10 @@ architecture rtl of top_ccn_ethernet is
signal
areset
:
std_logic
;
signal
s_gt_powergood
:
std_logic
;
signal
pps_r
:
std_logic
;
signal
pps_pulse
:
std_logic
;
begin
areset
<=
not
aresetn
;
-- Pulse filter
rfilter_p
:
process
(
aclk
,
areset
)
begin
if
areset
=
'1'
then
pps_r
<=
'0'
;
elsif
rising_edge
(
aclk
)
then
pps_r
<=
pps
;
end
if
;
end
process
;
pps_pulse
<=
pps
and
(
not
pps_r
);
----------------------
-- AXI-MM INTERFACE --
----------------------
...
...
@@ -143,7 +129,7 @@ begin
sfp_tx_fault
=>
sfp_tx_fault
,
-- Status
pm_tick
=>
pps
_pulse
,
pm_tick
=>
pps
,
tx_clk_active
=>
addrmap_i
.
gt_status
.
tx_clk_active
.
data
(
0
),
rx_clk_active
=>
addrmap_i
.
gt_status
.
rx_clk_active
.
data
(
0
),
gt_powergood
=>
s_gt_powergood
,
...
...
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