Skip to content
GitLab
Menu
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
9bb97ba6
Commit
9bb97ba6
authored
Jun 11, 2020
by
Michael Munch
Browse files
Use vme sublib
parent
70c3899a
Pipeline
#23694
failed with stage
in 19 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/vme_bus_arb.vhd
View file @
9bb97ba6
library
ieee
;
use
ieee
.
std_logic_1164
.
all
;
use
work
.
vme_pkg
.
all
;
library
vme
;
use
vme
.
vme_pkg
.
all
;
entity
vme_bus_arb
is
generic
(
...
...
src/vme_bus_arb_phy.vhd
View file @
9bb97ba6
library
ieee
;
use
ieee
.
std_logic_1164
.
all
;
use
work
.
vme_pkg
.
all
;
library
vme
;
use
vme
.
vme_pkg
.
all
;
entity
vme_bus_arb_phy
is
port
(
...
...
@@ -67,4 +68,4 @@ begin
bgout_n_o
<=
int_bgout_n_i
;
bgin_n_o
<=
vme_bgin_n_i
;
end
architecture
;
\ No newline at end of file
end
architecture
;
src/vme_cli_arb.vhd
View file @
9bb97ba6
library
ieee
;
use
ieee
.
std_logic_1164
.
all
;
use
work
.
vme_pkg
.
all
;
library
vme
;
use
vme
.
vme_pkg
.
all
;
-- Multiplex signals between the VME core and two clients.
--
...
...
src/vme_data_bus.vhd
View file @
9bb97ba6
library
ieee
;
use
ieee
.
std_logic_1164
.
all
;
use
work
.
vme_pkg
.
all
;
library
vme
;
use
vme
.
vme_pkg
.
all
;
entity
vme_data_bus
is
generic
(
...
...
src/vme_watchdog.vhd
View file @
9bb97ba6
library
ieee
;
use
ieee
.
std_logic_1164
.
all
;
use
work
.
vme_pkg
.
all
;
library
vme
;
use
vme
.
vme_pkg
.
all
;
entity
vme_watchdog
is
port
(
...
...
Write
Preview
Supports
Markdown
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