From 0c85ad8f691a1b77c4c6a09122002f4d5bd71823 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 30 Mar 2007 23:34:50 +0000 Subject: [PATCH 1/1] disable unused chipscope inputs --- xps/raggedstone.mhs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xps/raggedstone.mhs b/xps/raggedstone.mhs index db12b74..c21e39e 100644 --- a/xps/raggedstone.mhs +++ b/xps/raggedstone.mhs @@ -206,8 +206,9 @@ BEGIN chipscope_ila PARAMETER HW_VER = 1.01.a PARAMETER C_NUM_DATA_SAMPLES = 1024 PARAMETER C_TRIG0_TRIGGER_IN_WIDTH = 19 - PARAMETER C_TRIG1_UNITS = 1 - PARAMETER C_TRIG2_UNITS = 1 + PARAMETER C_TRIG1_UNITS = 0 + PARAMETER C_TRIG2_UNITS = 0 + PARAMETER C_TRIG0_UNITS = 1 PORT CHIPSCOPE_ILA_CONTROL = ila_control0 PORT CLK = sys_clk_s PORT TRIG0 = FLASH_ADDR -- 2.39.2