Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

String operation

I have a string signal rx_uart_buf : string (0 to 127); Now I want to test every char value when ST_PARSE_COM => if (idx < RX_BUF_SIZE) then case character'pos(rx_uart_buf(idx)) i...