summaryrefslogtreecommitdiffstats
path: root/hw_sp605
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2011-11-18 08:42:05 +0100
committerBert Lange <b.lange@hzdr.de>2011-11-18 08:42:05 +0100
commit6fcf0759e17a75d2b8296ecb9ad4ecb8710093df (patch)
tree617ef4fc971063a5bb8fad0450e2af123ea00075 /hw_sp605
parent3b1d78e171b0cd3b4658007a7f5ad567e72593f6 (diff)
downloadzpu-6fcf0759e17a75d2b8296ecb9ad4ecb8710093df.zip
zpu-6fcf0759e17a75d2b8296ecb9ad4ecb8710093df.tar.gz
change: user_sma_clock(p/n) to inout
Diffstat (limited to 'hw_sp605')
-rw-r--r--hw_sp605/bsp/top.vhd4
-rw-r--r--hw_sp605/bsp/top_tb.vhd4
2 files changed, 4 insertions, 4 deletions
diff --git a/hw_sp605/bsp/top.vhd b/hw_sp605/bsp/top.vhd
index 365e4a7..f65cdce 100644
--- a/hw_sp605/bsp/top.vhd
+++ b/hw_sp605/bsp/top.vhd
@@ -306,8 +306,8 @@ entity top is
user_clock : in std_logic;
--
-- user clock provided per SMA
- user_sma_clock_p : in std_logic;
- user_sma_clock_n : in std_logic;
+ user_sma_clock_p : inout std_logic;
+ user_sma_clock_n : inout std_logic;
--
user_sma_gpio_p : inout std_logic;
user_sma_gpio_n : inout std_logic
diff --git a/hw_sp605/bsp/top_tb.vhd b/hw_sp605/bsp/top_tb.vhd
index d1935ce..5883324 100644
--- a/hw_sp605/bsp/top_tb.vhd
+++ b/hw_sp605/bsp/top_tb.vhd
@@ -521,8 +521,8 @@ begin
--
-- 27 MHz, oscillator socket
user_clock => tb_user_clock, --: in std_logic;
- user_sma_clock_p => tb_user_sma_clock_p, --: in std_logic;
- user_sma_clock_n => tb_user_sma_clock_n, --: in std_logic;
+ user_sma_clock_p => tb_user_sma_clock_p, --: inout std_logic;
+ user_sma_clock_n => tb_user_sma_clock_n, --: inout std_logic;
--
user_sma_gpio_p => tb_user_sma_gpio_p, --: inout std_logic;
user_sma_gpio_n => tb_user_sma_gpio_n --: inout std_logic
OpenPOWER on IntegriCloud