OpenCores
URL https://opencores.org/ocsvn/gecko3/gecko3/trunk

Subversion Repositories gecko3

[/] [gecko3/] [trunk/] [GECKO3COM/] [gecko3com-ip/] [core/] [GECKO3COM_simple_fsm.vhd] - Diff between revs 22 and 23

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 22 Rev 23
Line 30... Line 30...
--      This is the finite-state-mashine for the GECKO3com simple IP core.
--      This is the finite-state-mashine for the GECKO3com simple IP core.
--   
--   
--      This core provides a simple FIFO and register interface to the
--      This core provides a simple FIFO and register interface to the
--      USB data transfer capabilities of the GECKO3COM/GECKO3main system.
--      USB data transfer capabilities of the GECKO3COM/GECKO3main system.
--
--
--      Look at GECKO3COM_loopback.vhd for an example how to use it.
--      Look at GECKO3COM_simple_test.vhd for an example how to use it.
--
--
--  Target Devices:     general
--  Target Devices:     general
--  Tool versions:      11.1
--  Tool versions:      11.1
--
--
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 265... Line 265...
          i_send_fifo_empty = '0')
          i_send_fifo_empty = '0')
    then
    then
      s_send_fifo_rd_en <= '1';
      s_send_fifo_rd_en <= '1';
    end if;
    end if;
 
 
    if state = st2_abort then
    if state = st2_abort or state = st24_wait_for_send_end then
      s_send_fifo_reset <= '1';
      s_send_fifo_reset <= '1';
    end if;
    end if;
 
 
    if state = st21_load_counter then
    if state = st21_load_counter then
      s_send_counter_load <= '1';
      s_send_counter_load <= '1';

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.