Skip to content
GitLab
Explore
Sign in
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
d542f4b8
Commit
d542f4b8
authored
10 years ago
by
Kenneth Hiemstra
Browse files
Options
Downloads
Patches
Plain Diff
fixed QSYS when using mm_clk/PLL from ctrl_unb1_board.vhd
parent
8fde0254
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
boards/uniboard1/designs/unb1_test/src/vhdl/mmm_unb1_test.vhd
+1
-1
1 addition, 1 deletion
...ds/uniboard1/designs/unb1_test/src/vhdl/mmm_unb1_test.vhd
boards/uniboard1/designs/unb1_test/src/vhdl/unb1_test.vhd
+10
-10
10 additions, 10 deletions
boards/uniboard1/designs/unb1_test/src/vhdl/unb1_test.vhd
with
11 additions
and
11 deletions
boards/uniboard1/designs/unb1_test/src/vhdl/mmm_unb1_test.vhd
+
1
−
1
View file @
d542f4b8
...
@@ -331,7 +331,7 @@ BEGIN
...
@@ -331,7 +331,7 @@ BEGIN
u_qsys
:
qsys_unb1_test
u_qsys
:
qsys_unb1_test
PORT
MAP
(
PORT
MAP
(
clk_0
=>
mm_clk
,
clk_0
=>
mm_clk
,
reset_n
=>
mm_rst
,
reset_n
=>
NOT
mm_rst
,
-- the_avs_eth_0
-- the_avs_eth_0
coe_clk_export_from_the_avs_eth_0
=>
OPEN
,
coe_clk_export_from_the_avs_eth_0
=>
OPEN
,
...
...
This diff is collapsed.
Click to expand it.
boards/uniboard1/designs/unb1_test/src/vhdl/unb1_test.vhd
+
10
−
10
View file @
d542f4b8
...
@@ -507,13 +507,13 @@ BEGIN
...
@@ -507,13 +507,13 @@ BEGIN
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
u_mmm
:
ENTITY
work
.
mmm_unb1_test
u_mmm
:
ENTITY
work
.
mmm_unb1_test
GENERIC
MAP
(
GENERIC
MAP
(
g_sim
=>
g_sim
,
g_sim
=>
g_sim
,
g_sim_unb_nr
=>
g_sim_unb_nr
,
g_sim_unb_nr
=>
g_sim_unb_nr
,
g_sim_node_nr
=>
g_sim_node_nr
,
g_sim_node_nr
=>
g_sim_node_nr
,
g_nof_streams_10GbE
=>
c_nof_streams_10GbE
,
g_nof_streams_10GbE
=>
c_nof_streams_10GbE
,
g_nof_streams_ddr
=>
c_nof_streams_ddr
,
g_nof_streams_ddr
=>
c_nof_streams_ddr
,
g_bg_block_size
=>
c_bg_block_size
,
g_bg_block_size
=>
c_bg_block_size
,
g_hdr_field_arr
=>
c_hdr_field_arr
g_hdr_field_arr
=>
c_hdr_field_arr
)
)
PORT
MAP
(
PORT
MAP
(
mm_rst
=>
mm_rst
,
mm_rst
=>
mm_rst
,
...
@@ -980,11 +980,11 @@ BEGIN
...
@@ -980,11 +980,11 @@ BEGIN
gen_MB_I
:
IF
g_use_MB_I
=
1
GENERATE
gen_MB_I
:
IF
g_use_MB_I
=
1
GENERATE
u_mms_ddr3_i
:
ENTITY
io_ddr_lib
.
io_ddr
u_mms_ddr3_i
:
ENTITY
io_ddr_lib
.
io_ddr
GENERIC
MAP
(
GENERIC
MAP
(
g_technology
=>
g_technology
,
g_technology
=>
g_technology
,
g_tech_ddr
=>
c_ddr_master
,
g_tech_ddr
=>
c_ddr_master
,
g_
sim
=>
g_sim
,
g_
use_ddr_memory_model
=>
g_sim
,
g_wr_data_w
=>
c_st_dat_w
,
g_wr_data_w
=>
c_st_dat_w
,
g_rd_data_w
=>
c_st_dat_w
g_rd_data_w
=>
c_st_dat_w
)
)
PORT
MAP
(
PORT
MAP
(
ctlr_ref_clk
=>
dp_clk
,
ctlr_ref_clk
=>
dp_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