Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
5713cd5c
Commit
5713cd5c
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Add pps.
parent
fec3b13e
No related branches found
No related tags found
1 merge request
!297
Resolve L2SDP-837 "B"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
boards/uniboard2c/designs/unb2c_test/revisions/unb2c_test_1GbE_I/tb_unb2c_test_1GbE_I.vhd
+2
-1
2 additions, 1 deletion
...test/revisions/unb2c_test_1GbE_I/tb_unb2c_test_1GbE_I.vhd
with
2 additions
and
1 deletion
boards/uniboard2c/designs/unb2c_test/revisions/unb2c_test_1GbE_I/tb_unb2c_test_1GbE_I.vhd
+
2
−
1
View file @
5713cd5c
...
@@ -57,6 +57,8 @@ BEGIN
...
@@ -57,6 +57,8 @@ BEGIN
eth_clk
(
0
)
<=
NOT
eth_clk
(
0
)
AFTER
8
ns
;
eth_clk
(
0
)
<=
NOT
eth_clk
(
0
)
AFTER
8
ns
;
eth_clk
(
1
)
<=
NOT
eth_clk
(
1
)
AFTER
8
ns
;
eth_clk
(
1
)
<=
NOT
eth_clk
(
1
)
AFTER
8
ns
;
pps
<=
NOT
pps
AFTER
80
ns
;
eth_sgin
<=
eth_sgout
;
-- loopback eth0 and eth1
eth_sgin
<=
eth_sgout
;
-- loopback eth0 and eth1
u_unb2c_test_1GbE_I
:
ENTITY
work
.
unb2c_test_1GbE_I
u_unb2c_test_1GbE_I
:
ENTITY
work
.
unb2c_test_1GbE_I
...
@@ -76,7 +78,6 @@ BEGIN
...
@@ -76,7 +78,6 @@ BEGIN
ID
=>
"00000000"
,
ID
=>
"00000000"
,
TESTIO
=>
OPEN
,
TESTIO
=>
OPEN
,
-- 1GbE Control Interface
-- 1GbE Control Interface
ETH_CLK
=>
eth_clk
,
ETH_CLK
=>
eth_clk
,
ETH_SGIN
=>
eth_sgin
,
ETH_SGIN
=>
eth_sgin
,
...
...
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