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
bb657bff
Commit
bb657bff
authored
9 years ago
by
Kenneth Hiemstra
Browse files
Options
Downloads
Patches
Plain Diff
fixed modelsim compile error
parent
8e8dd483
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
boards/uniboard2a/designs/unb2a_led/src/vhdl/unb2a_led.vhd
+2
-2
2 additions, 2 deletions
boards/uniboard2a/designs/unb2a_led/src/vhdl/unb2a_led.vhd
boards/uniboard2a/designs/unb2a_led/tb/vhdl/tb_unb2a_led.vhd
+1
-1
1 addition, 1 deletion
boards/uniboard2a/designs/unb2a_led/tb/vhdl/tb_unb2a_led.vhd
with
3 additions
and
3 deletions
boards/uniboard2a/designs/unb2a_led/src/vhdl/unb2a_led.vhd
+
2
−
2
View file @
bb657bff
...
...
@@ -163,7 +163,7 @@ BEGIN
led_flash_green
<=
sel_a_b
(
g_factory_image
=
FALSE
,
led_flash
,
'0'
);
u_extend
:
common_lib
.
common_pulse_extend
u_extend
:
ENTITY
common_lib
.
common_pulse_extend
GENERIC
MAP
(
g_extend_w
=>
22
-- (2^22) / 50e6 = 0.083886 th of 1 sec
)
...
...
@@ -198,7 +198,7 @@ BEGIN
pulse_out
=>
pulse_10Hz
);
u_extend_10Hz
:
common_lib
.
common_pulse_extend
u_extend_10Hz
:
ENTITY
common_lib
.
common_pulse_extend
GENERIC
MAP
(
g_extend_w
=>
21
-- (2^21) / 50e6 = 0.041943 th of 1 sec
)
...
...
This diff is collapsed.
Click to expand it.
boards/uniboard2a/designs/unb2a_led/tb/vhdl/tb_unb2a_led.vhd
+
1
−
1
View file @
bb657bff
...
...
@@ -38,7 +38,7 @@
--
--
LIBRARY
IEEE
,
common_lib
,
unb2a_board_lib
,
;
LIBRARY
IEEE
,
common_lib
,
unb2a_board_lib
;
USE
IEEE
.
std_logic_1164
.
ALL
;
USE
IEEE
.
numeric_std
.
ALL
;
USE
common_lib
.
common_pkg
.
ALL
;
...
...
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