Ignore:
Timestamp:
08/05/11 18:44:23 (13 years ago)
Author:
neise
Message:
hex: v214; dec: v220.
FAD operates with socket 0 and 1 only. (TX MEM 60kb)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FAD/FACT_FAD_lib/hdl/fad_definitions.vhd

    r11757 r11801  
    5555        --constant SUBVERSION_NUMBER : std_logic_vector (15 downto 0) := conv_std_logic_vector(str_to_int(SUBVERSION_STRING),16);
    5656        constant PACKAGE_VERSION : std_logic_vector(7 downto 0) := X"02";
    57         constant PACKAGE_SUB_VERSION : std_logic_vector(7 downto 0) := X"13";
     57        constant PACKAGE_SUB_VERSION : std_logic_vector(7 downto 0) := X"14";
    5858        constant PACKAGE_HEADER_LENGTH : integer := 36;
    5959        constant PACKAGE_HEADER_ZEROS : integer := 0; 
     
    107107
    108108--
    109   constant W5300_TX_FIFO_SIZE_8B : integer := 15360; -- Socket TX FIFO-Size in Bytes
     109  --constant W5300_TX_FIFO_SIZE_8B : integer := 15360; -- Socket TX FIFO-Size in Bytes
     110  constant W5300_TX_FIFO_SIZE_8B : integer := 61440; -- Socket TX FIFO-Size in Bytes
    110111  constant W5300_TX_FIFO_SIZE : integer := (W5300_TX_FIFO_SIZE_8B / 2); -- Socket TX FIFO-Size in 16 Bit Words
    111112
     
    177178constant CMD_TRIGGER_S : std_logic_vector               := X"20";
    178179
    179 constant CMD_BUSY_ON : std_logic_vector                 := X"24";
    180 constant CMD_BUSY_OFF : std_logic_vector                := X"25";
     180constant CMD_BUSY_FIX_OFF_TRUE : std_logic_vector               := X"24";
     181constant CMD_BUSY_FIX_OFF_FALSE : std_logic_vector              := X"25";
    181182
    182183constant CMD_STATUS : std_logic_vector                  := X"FF";
Note: See TracChangeset for help on using the changeset viewer.