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
a59ca426
Commit
a59ca426
authored
10 years ago
by
Daniel van der Schuur
Browse files
Options
Downloads
Patches
Plain Diff
-Fixed hdllib.cfg and mmm_unb1_correlator.vhd.
parent
6416c671
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
applications/unb1_correlator/hdllib.cfg
+2
-0
2 additions, 0 deletions
applications/unb1_correlator/hdllib.cfg
applications/unb1_correlator/src/vhdl/mmm_unb1_correlator.vhd
+3
-3
3 additions, 3 deletions
...ications/unb1_correlator/src/vhdl/mmm_unb1_correlator.vhd
with
5 additions
and
3 deletions
applications/unb1_correlator/hdllib.cfg
+
2
−
0
View file @
a59ca426
...
@@ -6,6 +6,8 @@ hdl_lib_technology = ip_stratixiv
...
@@ -6,6 +6,8 @@ hdl_lib_technology = ip_stratixiv
build_dir_sim
=
$HDL_BUILD_DIR
build_dir_sim
=
$HDL_BUILD_DIR
build_dir_synth
=
$HDL_BUILD_DIR
build_dir_synth
=
$HDL_BUILD_DIR
synth_top_level_entity
=
quartus_copy_files
=
quartus_copy_files
=
quartus/qsys_unb1_correlator.qsys
.
quartus/qsys_unb1_correlator.qsys
.
...
...
This diff is collapsed.
Click to expand it.
applications/unb1_correlator/src/vhdl/mmm_unb1_correlator.vhd
+
3
−
3
View file @
a59ca426
...
@@ -107,7 +107,7 @@ ARCHITECTURE str OF mmm_unb1_correlator IS
...
@@ -107,7 +107,7 @@ ARCHITECTURE str OF mmm_unb1_correlator IS
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
-- this component declaration is copy-pasted from Quartus v11.1 QSYS builder
-- this component declaration is copy-pasted from Quartus v11.1 QSYS builder
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
COMPONENT
qsys_unb1_
test
is
COMPONENT
qsys_unb1_
correlator
is
PORT
(
PORT
(
coe_ram_write_export_from_the_avs_eth_0
:
out
std_logic
;
-- export
coe_ram_write_export_from_the_avs_eth_0
:
out
std_logic
;
-- export
...
@@ -298,7 +298,7 @@ ARCHITECTURE str OF mmm_unb1_correlator IS
...
@@ -298,7 +298,7 @@ ARCHITECTURE str OF mmm_unb1_correlator IS
ram_diag_bg_clk_export
:
out
std_logic
;
-- export
ram_diag_bg_clk_export
:
out
std_logic
;
-- export
ram_diag_bg_reset_export
:
out
std_logic
-- export
ram_diag_bg_reset_export
:
out
std_logic
-- export
);
);
end
component
qsys_unb1_
test
;
end
component
qsys_unb1_
correlator
;
BEGIN
BEGIN
...
@@ -344,7 +344,7 @@ BEGIN
...
@@ -344,7 +344,7 @@ BEGIN
-- SOPC or QSYS for synthesis
-- SOPC or QSYS for synthesis
----------------------------------------------------------------------------
----------------------------------------------------------------------------
gen_qsys_unb1_correlator
:
IF
g_sim
=
FALSE
GENERATE
gen_qsys_unb1_correlator
:
IF
g_sim
=
FALSE
GENERATE
u_qsys_unb1_correlator
:
ENTITY
work
.
qsys_unb1_correlator
u_qsys_unb1_correlator
:
qsys_unb1_correlator
PORT
MAP
(
PORT
MAP
(
clk_0
=>
xo_clk
,
clk_0
=>
xo_clk
,
reset_n
=>
xo_rst_n
,
reset_n
=>
xo_rst_n
,
...
...
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