Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rimfaxe
vme_core
Commits
d06c7f17
Commit
d06c7f17
authored
Aug 20, 2020
by
Michael Munch
Browse files
Compile fix
parent
ef5dcbc7
Pipeline
#26028
failed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/vme_data_bus.vhd
View file @
d06c7f17
...
...
@@ -256,8 +256,8 @@ architecture rtl of vme_data_bus is
constant
TIMEOUT_CNT_MAX
:
integer
:
=
255
;
signal
timeout_cnt
:
integer
range
0
to
255
:
=
TIMEOUT_CNT_MAX
;
signal
last_ds
:
std_logic_vector
(
1
downto
0
);
signal
last_berr
:
std_logic
;
signal
last_ds
_n
:
std_logic_vector
(
1
downto
0
);
signal
last_berr
_n
:
std_logic
;
begin
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment