Open ryoi6 opened 5 years ago
When case statement is having its assignment aligned, the numbers of spaces is also copied between the signal and "<=".
Selected options,
case state is when idle => state <= idle; when run => state <= run; when others => state <= idle; end case;
Thanks, 👍 Good spot, not easy to fix
Report a bug
When case statement is having its assignment aligned, the numbers of spaces is also copied between the signal and "<=".
Selected options,
Input
Expected Behavior
Actual Behavior