../src/common/time_sensitive_emulation/time_sensitive_CU.vhd:13:31:error: ':' expected after interface identifier delay_est_sensitivity natural := 3; --1 to 8 The higher the more sensititve delay_est is towards new measured delays ^ ../src/common/time_sensitive_emulation/time_sensitive_CU.vhd:13:31:error: (found: an identifier) ../src/common/time_sensitive_emulation/time_sensitive_CU.vhd:13:43:error: extra ';' at end of interface list delay_est_sensitivity natural := 3; --1 to 8 The higher the more sensititve delay_est is towards new measured delays ^ ../src/common/time_sensitive_emulation/time_sensitive_CU.vhd:24:45:error: extra ';' at end of interface list m_sys_bus_out : out mbus_out; --! BUS master output signals [stb,we,adr,dat,tag] ^ ../src/common/time_sensitive_emulation/time_sensitive_CU.vhd:36:5:error: object class keyword such as 'variable' is expected m_sys_bus_out <= s_sys_bus_in; ^ ../src/common/time_sensitive_emulation/time_sensitive_CU.vhd:37:5:error: 'begin' is expected instead of "s_sys_bus_in" s_sys_bus_in <= m_sys_bus_out; ^ ../src/common/time_sensitive_emulation/time_sensitive_CU.vhd:48:13:error: 'then' is expected here if (m_sys_bus_in'active) then ^ ../src/common/time_sensitive_emulation/time_sensitive_CU.vhd:48:13:error: (found: 'if') ../src/common/time_sensitive_emulation/time_sensitive_CU.vhd:77:80:error: missing ";" at end of statement delay_est_8 <= std_logic_vector(to_unsigned(delay_est, 25)) --erfasst bei 1MHz bis zu 16s, von clk-Frequenz abhängig machen ^