Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
canbus
CTU CAN FD IP Core
Commits
eb113f9f
Commit
eb113f9f
authored
Dec 29, 2018
by
Ille, Ondrej, Ing.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-named ID transfer.
parent
5b1718bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/lib/id_transfer.vhd
src/lib/id_transfer.vhd
+4
-4
src/lib/synth_context.vhd
src/lib/synth_context.vhd
+1
-1
No files found.
src/lib/id_transfer.vhd
View file @
eb113f9f
...
...
@@ -56,7 +56,7 @@ USE IEEE.std_logic_1164.all;
USE
IEEE
.
numeric_std
.
ALL
;
use
work
.
CAN_FD_frame_format
.
all
;
package
ID
_transfer
is
package
id
_transfer
is
-- Register value to decimal value
procedure
ID_reg_to_decimal
(
...
...
@@ -70,9 +70,9 @@ package ID_transfer is
signal
ID_reg
:
out
std_logic_vector
(
28
downto
0
)
);
end
package
ID
_transfer
;
end
package
id
_transfer
;
package
body
ID
_transfer
is
package
body
id
_transfer
is
procedure
ID_reg_to_decimal
(
...
...
@@ -103,4 +103,4 @@ package body ID_transfer is
<=
vector
(
17
downto
0
);
end
procedure
ID_decimal_to_reg
;
end
ID
_transfer
;
end
id
_transfer
;
src/lib/synth_context.vhd
View file @
eb113f9f
...
...
@@ -54,7 +54,7 @@ context ctu_can_synth_context is
USE
ieee
.
math_real
.
ALL
;
Library
lib
;
use
lib
.
ID
_transfer
.
all
;
use
lib
.
id
_transfer
.
all
;
use
lib
.
can_constants
.
all
;
use
lib
.
can_components
.
all
;
use
lib
.
can_types
.
all
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment