You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ nvc --std=2008 -a ghdl-nvc-procedure-out.vhd # no error
$ ghdl -a --std=08 ghdl-nvc-procedure-out.vhd
ghdl-nvc-procedure-out.vhd:14:18:error: signal interface "clk" cannot be read
clk <= not clk;
^
ghdl:error: compilation error