- Timestamp:
- 07/27/11 16:33:32 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FTM/ftm_definitions.vhd
r11654 r11658 177 177 178 178 -- network settings Zuerich, for backup/test FTM 179 -- constant MAC_ADDRESS : mac_type := (X"FAC7", X"0FAD", X"1101"); 180 -- constant NETMASK : ip_type := (255, 255, 248, 0); 181 -- constant IP_ADDRESS : ip_type := (192, 33, 99, 246); --registered as ftmboard1.ethz.ch 182 -- constant GATEWAY : ip_type := (192, 33, 96, 1); 179 constant MAC_ADDRESS : mac_type := (X"FAC7", X"0FAD", X"1101"); 180 constant NETMASK : ip_type := (255, 255, 248, 0); 181 constant IP_ADDRESS : ip_type := (192, 33, 99, 246); --registered as ftmboard1.ethz.ch 182 constant GATEWAY : ip_type := (192, 33, 96, 1); 183 constant FIRST_PORT : integer := 5000; 184 185 -- network settings La Palma (internal subnet), for FTM in camera 186 -- constant MAC_ADDRESS : mac_type := (X"FAC7", X"1FAD", X"1102"); 187 -- constant NETMASK : ip_type := (255, 255, 255, 0); 188 -- constant IP_ADDRESS : ip_type := (10, 0, 100, 140); 189 -- constant GATEWAY : ip_type := (10, 0, 100, 1); 183 190 -- constant FIRST_PORT : integer := 5000; 184 185 -- network settings La Palma (internal subnet), for FTM in camera186 constant MAC_ADDRESS : mac_type := (X"FAC7", X"1FAD", X"1102");187 constant NETMASK : ip_type := (255, 255, 255, 0);188 constant IP_ADDRESS : ip_type := (10, 0, 100, 140);189 constant GATEWAY : ip_type := (10, 0, 100, 1);190 constant FIRST_PORT : integer := 5000;191 191 192 192 -- W5300 settings
Note:
See TracChangeset
for help on using the changeset viewer.