| 956 | | #generating temp compform files is done by Wavedev code. hence, passing the absolute |
| 957 | | #path of the component files. so add "/sdr/dom". |
| 958 | | my_compform = compform.compform(compName, "/sdr/dom" +compNameAndDir, |
| 959 | | "/sdr/dom" +tmp_dir_name, tmp_wave_name) |
| | 956 | #generating temp compform files is done by Wavedev code. hence, passing the sdr install |
| | 957 | #path of the component files that should be in config/alf.cfg under installpath |
| | 958 | my_compform = compform.compform(compName, self.installPath + '/' +compNameAndDir, |
| | 959 | self.installPath + '/' +tmp_dir_name, tmp_wave_name) |