(tag_existing ( (pt port CNE_01100_BAD_NAME) ) (not (or (and (string_matches [identifier pt] "^i_.*") (has_mode pt "in") ) (and (string_matches [identifier pt] "^o_.*") (has_mode pt "out") ) (and (string_matches [identifier pt] "^b_.*") (has_mode pt "inout") ) ) ) )