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
8b0fa504
Commit
8b0fa504
authored
9 years ago
by
Daniel van der Schuur
Browse files
Options
Downloads
Patches
Plain Diff
-Deleted ctrl_dp_clk,ctrl_dp_rst signals and connected dp_clk.
-Defaulted BG en_sync to '1' in sim.
parent
d34d70a1
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
applications/apertif/designs/apertif_unb1_fn_bf_emu/src/vhdl/apertif_unb1_fn_bf_emu.vhd
+3
-5
3 additions, 5 deletions
...pertif_unb1_fn_bf_emu/src/vhdl/apertif_unb1_fn_bf_emu.vhd
with
3 additions
and
5 deletions
applications/apertif/designs/apertif_unb1_fn_bf_emu/src/vhdl/apertif_unb1_fn_bf_emu.vhd
+
3
−
5
View file @
8b0fa504
...
@@ -118,8 +118,6 @@ ARCHITECTURE str OF apertif_unb1_fn_bf_emu IS
...
@@ -118,8 +118,6 @@ ARCHITECTURE str OF apertif_unb1_fn_bf_emu IS
SIGNAL
dp_pps
:
STD_LOGIC
;
SIGNAL
dp_pps
:
STD_LOGIC
;
SIGNAL
ddr_ref_rst
:
STD_LOGIC
;
SIGNAL
ddr_ref_rst
:
STD_LOGIC
;
SIGNAL
sa_rst
:
STD_LOGIC
;
SIGNAL
sa_rst
:
STD_LOGIC
;
SIGNAL
ctrl_dp_rst
:
STD_LOGIC
;
SIGNAL
ctrl_dp_clk
:
STD_LOGIC
;
SIGNAL
this_chip_id
:
STD_LOGIC_VECTOR
(
c_unb1_board_nof_chip_w
-1
DOWNTO
0
);
-- [2:0], so range 0-3 for FN and range 4-7 BN
SIGNAL
this_chip_id
:
STD_LOGIC_VECTOR
(
c_unb1_board_nof_chip_w
-1
DOWNTO
0
);
-- [2:0], so range 0-3 for FN and range 4-7 BN
...
@@ -132,7 +130,7 @@ ARCHITECTURE str OF apertif_unb1_fn_bf_emu IS
...
@@ -132,7 +130,7 @@ ARCHITECTURE str OF apertif_unb1_fn_bf_emu IS
CONSTANT
c_bg_gapsize
:
NATURAL
:
=
0
;
CONSTANT
c_bg_gapsize
:
NATURAL
:
=
0
;
CONSTANT
c_bg_blocks_per_sync
:
NATURAL
:
=
781250
;
CONSTANT
c_bg_blocks_per_sync
:
NATURAL
:
=
781250
;
CONSTANT
c_bg_ctrl
:
t_diag_block_gen
:
=
(
sel_a_b
(
g_sim
,
'1'
,
'0'
),
-- enable: On by default in simulation; MM enable required on hardware.
CONSTANT
c_bg_ctrl
:
t_diag_block_gen
:
=
(
sel_a_b
(
g_sim
,
'1'
,
'0'
),
-- enable: On by default in simulation; MM enable required on hardware.
'0'
,
-- enable_sync
sel_a_b
(
g_sim
,
'1'
,
'0'
),
-- enable_sync
TO_UVEC
(
c_bg_block_size
,
c_diag_bg_samples_per_packet_w
),
TO_UVEC
(
c_bg_block_size
,
c_diag_bg_samples_per_packet_w
),
TO_UVEC
(
c_bg_blocks_per_sync
,
c_diag_bg_blocks_per_sync_w
),
TO_UVEC
(
c_bg_blocks_per_sync
,
c_diag_bg_blocks_per_sync_w
),
TO_UVEC
(
c_bg_gapsize
,
c_diag_bg_gapsize_w
),
TO_UVEC
(
c_bg_gapsize
,
c_diag_bg_gapsize_w
),
...
@@ -447,8 +445,8 @@ BEGIN
...
@@ -447,8 +445,8 @@ BEGIN
mm_locked
=>
mm_locked
,
mm_locked
=>
mm_locked
,
mm_rst
=>
mm_rst
,
mm_rst
=>
mm_rst
,
dp_rst
=>
ctrl_
dp_rst
,
dp_rst
=>
dp_rst
,
dp_clk
=>
ctrl_
dp_clk
,
dp_clk
=>
dp_clk
,
dp_pps
=>
dp_pps
,
dp_pps
=>
dp_pps
,
dp_rst_in
=>
dp_rst
,
dp_rst_in
=>
dp_rst
,
dp_clk_in
=>
dp_clk
,
dp_clk_in
=>
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