Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
W
White Rabbit core collection
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
29
Issues
29
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
White Rabbit core collection
Commits
1c134a8c
Commit
1c134a8c
authored
Jan 25, 2023
by
Tristan Gingold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
top: use loopback for spec and svec ref designs
parent
946baf6c
Pipeline
#4253
failed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
spec_wr_ref_top.vhd
top/spec_ref_design/spec_wr_ref_top.vhd
+1
-1
svec_wr_ref_top.vhd
top/svec_ref_design/svec_wr_ref_top.vhd
+2
-2
No files found.
top/spec_ref_design/spec_wr_ref_top.vhd
View file @
1c134a8c
...
...
@@ -375,7 +375,7 @@ begin -- architecture top
g_simulation
=>
g_simulation
,
g_with_external_clock_input
=>
TRUE
,
g_dpram_initf
=>
g_dpram_initf
,
g_fabric_iface
=>
ETHERBONE
)
g_fabric_iface
=>
LOOPBACK
)
port
map
(
areset_n_i
=>
button1_i
,
areset_edge_n_i
=>
gn_rst_n
,
...
...
top/svec_ref_design/svec_wr_ref_top.vhd
View file @
1c134a8c
...
...
@@ -56,7 +56,7 @@ use work.wishbone_pkg.all;
use
work
.
vme64x_pkg
.
all
;
use
work
.
wr_board_pkg
.
all
;
use
work
.
wr_svec_pkg
.
all
;
use
work
.
synthesis_descriptor
.
all
;
--
use work.synthesis_descriptor.all;
library
unisim
;
use
unisim
.
vcomponents
.
all
;
...
...
@@ -363,7 +363,7 @@ begin -- architecture top
g_simulation
=>
g_simulation
,
g_with_external_clock_input
=>
TRUE
,
g_dpram_initf
=>
g_dpram_initf
,
g_fabric_iface
=>
ETHERBONE
)
g_fabric_iface
=>
LOOPBACK
)
port
map
(
clk_20m_vcxo_i
=>
clk_20m_vcxo_i
,
clk_125m_pllref_p_i
=>
clk_125m_pllref_p_i
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment