hdcp1x: Added dependency on timer counter.

Compilation failure if an HDCP design was generated without a
timer counter instatiated.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
Acked-by: Shadul Shaikh <shaduls@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-10-19 02:24:11 -07:00 committed by Nava kishore Manne
parent 3b7b32fe0e
commit 4c505a9c37

View file

@ -37,5 +37,6 @@ BEGIN driver hdcp1x
OPTION driver_state = ACTIVE;
OPTION copyfiles = all;
OPTION VERSION = 2.0;
OPTION DEPENDS = (tmrctr_v4_0);
OPTION NAME = hdcp1x;
END driver