1 2 3 4 5 6 7 8 9 10 11
entity test is end entity; architecture tb of test is begin process begin report to_string(3.0); wait; end process; end architecture;