summaryrefslogtreecommitdiffstats
path: root/grlib
diff options
context:
space:
mode:
authorBert Lange <b.lange@fzd.de>2011-06-24 16:00:41 +0200
committerBert Lange <b.lange@fzd.de>2011-06-24 16:00:41 +0200
commitb947b894203d1ce6db22fe9c3d0f5c18468aff9e (patch)
treecae75a65c7fdb654ddb4c5aa318e7f7445e501ed /grlib
parent99594a8fbbd914624e645485038028c977cd8cb5 (diff)
downloadzpu-b947b894203d1ce6db22fe9c3d0f5c18468aff9e.zip
zpu-b947b894203d1ce6db22fe9c3d0f5c18468aff9e.tar.gz
just updates
Diffstat (limited to 'grlib')
-rw-r--r--grlib/rtl/devices.vhd4
1 files changed, 4 insertions, 0 deletions
diff --git a/grlib/rtl/devices.vhd b/grlib/rtl/devices.vhd
index 3ef2ba2..45d1b3c 100644
--- a/grlib/rtl/devices.vhd
+++ b/grlib/rtl/devices.vhd
@@ -283,6 +283,8 @@ package devices is
constant HZDR_DEBUG_CON : amba_device_type := 16#004#;
constant HZDR_TRIGGER_GEN : amba_device_type := 16#005#;
constant HZDR_BEAM_POSITION_MONITOR : amba_device_type := 16#006#;
+ constant HZDR_DEBUG_BUFFER_CONTROL : amba_device_type := 16#007#;
+ constant HZDR_EA_DOGS102 : amba_device_type := 16#008#;
-- grlib system device id's
@@ -681,6 +683,8 @@ package devices is
HZDR_DEBUG_CON => "debug console ",
HZDR_TRIGGER_GEN => "trigger generator ",
HZDR_BEAM_POSITION_MONITOR => "beam position monitor ",
+ HZDR_DEBUG_BUFFER_CONTROL => "debug buffer control ",
+ HZDR_EA_DOGS102 => "EA DOGS 102 display driver ",
others => "Unknown Device ");
constant hzdr_lib : vendor_library_type := (
vendorid => VENDOR_HZDR,
OpenPOWER on IntegriCloud