../src/time_sensitive_emulation/time_sensitive_CU.vhd:12:39:error: extra ';' at end of interface list delay_est : natural := 1000000; --!sliding value of communication delay ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:23:43:error: extra ';' at end of interface list m_sys_bus_o : out mbus_out; --! BUS master output signals [stb,we,adr,dat,tag] ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:41:5:error: object class keyword such as 'variable' is expected STATE_TRANSFER : process(clk, rst, input_given) ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:43:13:error: a generate statement must have a label if (rst = '1') then ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:43:28:error: 'generate' is expected instead of 'then' if (rst = '1') then ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:46:17:error: 'generate' is expected instead of 'if' if (curr_comm_state = idle) then ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:46:17:error: a generate statement must have a label if (curr_comm_state = idle) then ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:46:45:error: 'generate' is expected instead of 'then' if (curr_comm_state = idle) then ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:47:21:error: a generate statement must have a label if (input_given = '1') then ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:47:44:error: 'generate' is expected instead of 'then' if (input_given = '1') then ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:49:24:error: missing ";" at end of generate statement body end if; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:49:25:error: 'end' is expected instead of 'if' end if; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:49:27:error: 'generate' is expected instead of ';' end if; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:50:53:error: 'generate' is expected instead of 'then' elsif (curr_comm_state = ping_send) then ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:52:53:error: 'generate' is expected instead of 'then' elsif (curr_comm_state = ping_wait) then ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:53:21:error: a generate statement must have a label if (ping='1') then ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:53:35:error: 'generate' is expected instead of 'then' if (ping='1') then ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:55:24:error: missing ";" at end of generate statement body end if; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:55:25:error: 'end' is expected instead of 'if' end if; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:55:27:error: 'generate' is expected instead of ';' end if; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:57:37:error: ':' is expected instead of '<=' curr_comm_state <= idle; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:57:37:error: 'generate' is expected instead of '<=' curr_comm_state <= idle; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:57:37:error: unexpected token '<=' in a concurrent statement list curr_comm_state <= idle; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:58:20:error: missing ";" at end of generate statement body end if; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:58:21:error: 'end' is expected instead of 'if' end if; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:58:23:error: 'generate' is expected instead of ';' end if; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:59:16:error: missing ";" at end of generate statement body end if; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:59:17:error: 'end' is expected instead of 'if' end if; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:59:19:error: 'generate' is expected instead of ';' end if; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:60:8:error: missing ";" at end of architecture end process; ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:65:5:error: missing entity, architecture, package or configuration PASS_PACKAGES : process(clk,rst,s_sys_bus_i) ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:70:5:error: missing entity, architecture, package or configuration PING_RECEIVE : process(clk,rst,m_sys_bus_i) ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:75:5:error: missing entity, architecture, package or configuration COUNT_DELAY : process(clk,rst) ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:80:5:error: missing entity, architecture, package or configuration KEEP_DELAY : process(clk,rst,ping) ^ ../src/time_sensitive_emulation/time_sensitive_CU.vhd:84:1:error: missing entity, architecture, package or configuration end RTL; ^