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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
1d40edf5
Commit
1d40edf5
authored
10 years ago
by
Pepping
Browse files
Options
Downloads
Patches
Plain Diff
Removed realtive paths to hex files.
parent
7d4c61b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/unb1_fn_bf/src/vhdl/unb1_fn_bf.vhd
+3
-3
3 additions, 3 deletions
applications/unb1_fn_bf/src/vhdl/unb1_fn_bf.vhd
with
3 additions
and
3 deletions
applications/unb1_fn_bf/src/vhdl/unb1_fn_bf.vhd
+
3
−
3
View file @
1d40edf5
...
...
@@ -81,9 +81,9 @@ ARCHITECTURE str OF unb1_fn_bf IS
CONSTANT
c_weights_write_only
:
BOOLEAN
:
=
TRUE
;
-- When set to TRUE the M9K blocks are forced to Simple Dual Port mode. When FALSE it is True Dual Port.
-- Use default RAM inti files. The RAM init file for simulation lies one ../ level further way then for synthesis
CONSTANT
c_bf_weights_file_name
:
STRING
:
=
sel_a_b
(
g_sim
,
"../"
,
""
)
&
"../../../../../dsp/bf/build/data/weights
"
;
CONSTANT
c_ss_wide_file_prefix
:
STRING
:
=
sel_a_b
(
g_sim
,
"../"
,
""
)
&
"../../../../../dsp/bf/src/
hex/ss_wide"
;
CONSTANT
c_block_gen_file_prefix
:
STRING
:
=
sel_a_b
(
g_sim
,
"../"
,
""
)
&
"../../../../../modules/Lofar/diag/src/data/bf_in_data
"
;
CONSTANT
c_bf_weights_file_name
:
STRING
:
=
"UNUSED
"
;
CONSTANT
c_ss_wide_file_prefix
:
STRING
:
=
"
hex/ss_wide"
;
CONSTANT
c_block_gen_file_prefix
:
STRING
:
=
"UNUSED
"
;
-- BF offload
CONSTANT
c_hdr_nof_words
:
NATURAL
:
=
c_network_total_header_32b_nof_words
;
...
...
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