Ruben
Ruben
Hi, If I have in the architecture body these signal declarations: ``` signal hello : std_logic_vector(7 downto 0); signal world : hello'subtype; ``` VHDL-LS gives an error on the tick...
Hi, Sometimes the linter or VSG can be a bit annoying/confusing when they give you errors or indentation problems while you are coding. It would be nice if you could...
Hi, it compiled everything good without any warning, but when I try to test it locally "./p2pvc 127.0.0.1 -v", I get a really loud weird noise, and also the screen...