kv-be / pretty-vhdl

MIT License
0 stars 0 forks source link

signal with string PROCESS in it triggers an indent #50

Closed kv-be closed 5 months ago

kv-be commented 5 months ago

architecture rtl of dummy is begin PROCESSING_RUNNING <= ProcessingRunning; NO_SEQUENCES_GENERATED <= std_logic_vector(NoSequencesGenerated); end architecture;

kv-be commented 5 months ago

solved