From: Vladimir Burian Date: Thu, 14 Apr 2011 22:26:40 +0000 (+0200) Subject: In MCC unit MCC_ACK(4) forced to '1' X-Git-Url: https://rtime.felk.cvut.cz/gitweb/fpga/pwm.git/commitdiff_plain/d60bdd03da701dd912a94bc138f5edfad6be79f0 In MCC unit MCC_ACK(4) forced to '1' It ensures that MCC does not lock when executing nonexisting unit in place 4, as this signal was uninitialized. --- diff --git a/mcc.vhd b/mcc.vhd index 156a840..5cc1121 100644 --- a/mcc.vhd +++ b/mcc.vhd @@ -146,6 +146,8 @@ begin PWM2_STB_O <= PWM_STB_O when PWM_SL_MUX_CODE = 1 else '0'; PWM3_STB_O <= PWM_STB_O when PWM_SL_MUX_CODE = 2 else '0'; + MCC_ACK (4) <= '1'; + mcc_master_1 : entity work.mcc_master generic map (