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
e55fd465
Commit
e55fd465
authored
9 years ago
by
Daniel van der Schuur
Browse files
Options
Downloads
Patches
Plain Diff
-Set g_sim_flash_model to FALSE by default as it causes sim issues in multi
node sims and is not required in single node sims either.
parent
d4d9bcda
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
boards/uniboard1/libraries/unb1_board/src/vhdl/ctrl_unb1_board.vhd
+1
-1
1 addition, 1 deletion
...iboard1/libraries/unb1_board/src/vhdl/ctrl_unb1_board.vhd
with
1 addition
and
1 deletion
boards/uniboard1/libraries/unb1_board/src/vhdl/ctrl_unb1_board.vhd
+
1
−
1
View file @
e55fd465
...
@@ -44,7 +44,7 @@ ENTITY ctrl_unb1_board IS
...
@@ -44,7 +44,7 @@ ENTITY ctrl_unb1_board IS
----------------------------------------------------------------------------
----------------------------------------------------------------------------
g_technology
:
NATURAL
:
=
c_tech_stratixiv
;
g_technology
:
NATURAL
:
=
c_tech_stratixiv
;
g_sim
:
BOOLEAN
:
=
FALSE
;
g_sim
:
BOOLEAN
:
=
FALSE
;
g_sim_flash_model
:
BOOLEAN
:
=
TRU
E
;
-- only maximum one instance should have the flash model (see mms_epcs.vhd description)
g_sim_flash_model
:
BOOLEAN
:
=
FALS
E
;
-- only maximum one instance should have the flash model (see mms_epcs.vhd description)
g_base_ip
:
STD_LOGIC_VECTOR
(
16-1
DOWNTO
0
)
:
=
X"0A63"
;
-- Base IP address used by unb_osy: 10.99.xx.yy
g_base_ip
:
STD_LOGIC_VECTOR
(
16-1
DOWNTO
0
)
:
=
X"0A63"
;
-- Base IP address used by unb_osy: 10.99.xx.yy
g_design_name
:
STRING
:
=
"UNUSED"
;
g_design_name
:
STRING
:
=
"UNUSED"
;
g_fw_version
:
t_unb1_board_fw_version
:
=
(
0
,
0
);
-- firmware version x.y
g_fw_version
:
t_unb1_board_fw_version
:
=
(
0
,
0
);
-- firmware version x.y
...
...
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