An empty sensitivity list in a process with all keyword.
What should be the result of an empty sensitivity list implied by all keyword in the process statement? Eg.:
process(all) begin bit_signal <= '1'; end process;
Should this process be: executed once, or as an infinite loop or should a compilation error be reported ?