kv-be / pretty-vhdl

MIT License
0 stars 0 forks source link

when else behaves weird when followed by a comment #25

Closed kv-be closed 5 months ago

kv-be commented 5 months ago

fifo_addr_we <= not(fifo_addr_full) when fifo_addr_we_en = '1' else '0'; -- This allows to pull down the WE as soon as FULL is high

when the comment is deletec, the ";" is shifted quite a lot without a reason

kv-be commented 5 months ago

solved