Changeset 11206


Ignore:
Timestamp:
06/28/11 14:44:57 (13 years ago)
Author:
weitzel
Message:
FTM network settings for La Palma added
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTM/ftm_definitions.vhd

    r10879 r11206  
    160160  -- constant FIRST_PORT : integer := 5000;
    161161
    162   -- network settings Zuerich
    163   constant MAC_ADDRESS : mac_type := (X"FAC7", X"0FAD", X"1101");
    164   constant NETMASK     : ip_type  := (255, 255, 248, 0);
    165   constant IP_ADDRESS  : ip_type  := (192, 33, 99, 246);
    166   constant GATEWAY     : ip_type  := (192, 33, 96, 1);
     162  -- network settings Zuerich, for backup/test FTM
     163  -- constant MAC_ADDRESS : mac_type := (X"FAC7", X"0FAD", X"1101");
     164  -- constant NETMASK     : ip_type  := (255, 255, 248, 0);
     165  -- constant IP_ADDRESS  : ip_type  := (192, 33, 99, 246);  --registered as ftmboard1.ethz.ch
     166  -- constant GATEWAY     : ip_type  := (192, 33, 96, 1);
     167  -- constant FIRST_PORT  : integer  := 5000;
     168
     169  -- network settings La Palma (internal subnet), for FTM in camera
     170  constant MAC_ADDRESS : mac_type := (X"FAC7", X"1FAD", X"1102");
     171  constant NETMASK     : ip_type  := (255, 255, 255, 0);
     172  constant IP_ADDRESS  : ip_type  := (10, 0, 100, 140);
     173  constant GATEWAY     : ip_type  := (10, 0, 100, 1);
    167174  constant FIRST_PORT  : integer  := 5000;
    168 
     175 
    169176  -- W5300 settings
    170177  constant W5300_S_INC : std_logic_vector(6 downto 0) := "1000000"; -- socket address offset
Note: See TracChangeset for help on using the changeset viewer.