= Known Bugs = 1. There are extra spaces in the FeCodeGen.pl file for the name of an .adl file. a. Fix: remove extra spaces before the ".adl" on line 3527 system("./mkfiltmatrix.pl --cols=$incnt --collabels=$collabels --rows=$outcnt --rowlabels=$rowlabels --chanbase=$basename1 --filterbase=$filtername1 > $epicsScreensDir/$usite" . $basename . " .adl"); 2. Filters generated in subsystem blocks using the top_names flag are missing the site designation (i.e. C1). a. Fix: add my $site_prefix = substr($sys_name,0,2); to line 3954 and change 3603 to system("cat FILTER.adl | sed '$sargs' > $epicsScreensDir/$site_prefix" . $filt_name . ".adl"); = Known Bugs that have been requested to be fixed = 1. Excitation points inside of a subsystem prevent compiling properly (Excitation points at the top level work fine). 2. Tags do not behave like simulink tags a. Tags must be unique everywhere, everything is global scope (Local tags should be possible). a. Tags when used on the output of a subsystem block break when used with 2 or more "from" tags = Pending Feature requests =