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
2fc4598b
Commit
2fc4598b
authored
Dec 05, 2018
by
Ille, Ondrej, Ing.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Driving bus assignment fixes.
parent
8e279913
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Registers_Memory_Interface/canfd_registers.vhd
src/Registers_Memory_Interface/canfd_registers.vhd
+3
-3
No files found.
src/Registers_Memory_Interface/canfd_registers.vhd
View file @
2fc4598b
...
...
@@ -653,7 +653,7 @@ begin
control_registers_out
.
settings
,
ENA_IND
);
-- NISOFD - Non - ISO FD Flag
drv_bus
(
DRV_
ENA
_INDEX
)
<=
align_wrd_to_reg
(
drv_bus
(
DRV_
FD_TYPE
_INDEX
)
<=
align_wrd_to_reg
(
control_registers_out
.
settings
,
NISOFD_IND
);
-- INT_LOOPBACK - Acknowledge forbidden mode
...
...
@@ -772,7 +772,7 @@ begin
-- Counter preset mask
drv_bus
(
DRV_CTR_SEL_HIGH
downto
DRV_CTR_SEL_LOW
)
<=
align_wrd_to_reg
(
control_registers_out
.
ctr_pres
,
EFD_IND
,
PTX_IND
);
control_registers_out
.
ctr_pres
,
EFD_IND
,
PTX_IND
);
---------------------------------------------------------------------------
...
...
@@ -1609,7 +1609,7 @@ begin
Event_Logger_out
.
log_command
,
LOG_UP_IND
);
-- LOG_DOWN - Logger Read Pointer Down
drv_bus
(
DRV_LOG_CMD_
UP
_INDEX
)
<=
align_wrd_to_reg
(
drv_bus
(
DRV_LOG_CMD_
DOWN
_INDEX
)
<=
align_wrd_to_reg
(
Event_Logger_out
.
log_command
,
LOG_UP_IND
);
...
...
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