Skip to content
Snippets Groups Projects
Commit 58754ab1 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

added the patch for sdc_util.sdc critical warning in compilation

parent d6f4be33
No related branches found
No related tags found
No related merge requests found
The patch is generated with:
diff -cB ip_arria10_e3sge3_tse_sgmii_lvds/altera_lvds_core20_151/synth/sdc_util.tcl generated/altera_lvds_core20_151/synth/sdc_util.tcl > sdc_util.sdc.patch
#!/bin/bash
patchfile='sdc_util.sdc.patch'
echo -e "Applying patch: $patchfile\n"
cd generated/altera_lvds_core20_150/synth
patch <../../../${patchfile}
echo "done."
*** ip_arria10_e3sge3_tse_sgmii_lvds/altera_lvds_core20_151/synth/sdc_util.tcl 2016-01-29 11:25:55.709095784 +0100
--- generated/altera_lvds_core20_151/synth/sdc_util.tcl 2016-01-29 11:27:18.456556665 +0100
***************
*** 63,75 ****
eval "create_generated_clock \
-name $opts(-name) \
! -source $opts(-source) \
-multiply_by $multiply_by \
-divide_by $opts(-divide_by) \
-phase $opts(-phase) \
-duty_cycle $opts(-duty_cycle) \
$extra_params \
! $opts(-target)"
}
proc altera_iosubsystem_get_clock_name_from_target { target } {
--- 63,75 ----
eval "create_generated_clock \
-name $opts(-name) \
! -source \{$opts(-source)\} \
-multiply_by $multiply_by \
-divide_by $opts(-divide_by) \
-phase $opts(-phase) \
-duty_cycle $opts(-duty_cycle) \
$extra_params \
! \{$opts(-target)\}"
}
proc altera_iosubsystem_get_clock_name_from_target { target } {
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment