Changeset 12029 for firmware


Ignore:
Timestamp:
09/08/11 12:53:53 (13 years ago)
Author:
weitzel
Message:
FTM: firmware version 6 committed with new IP address and LEDs off
Location:
firmware/FTM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTM/FTM_top.vhd

    r11654 r12029  
    13201320    );
    13211321 
    1322   LED_red <= led_sig(3 downto 0);
    1323   LED_ye  <= led_sig(5 downto 4);
    1324   LED_gn  <= led_sig(7 downto 6);
    1325 
     1322  --LED_red <= led_sig(3 downto 0);
     1323  --LED_ye  <= led_sig(5 downto 4);
     1324  --LED_gn  <= led_sig(7 downto 6);
     1325  LED_red <= "1111";
     1326  LED_ye  <= "11";
     1327  LED_gn  <= "11";
     1328 
    13261329  TP(32 downto 8) <= (others => '0');
    13271330  --TP(8) <= clk_50M_sig;
  • firmware/FTM/ftm_definitions.vhd

    r11679 r12029  
    134134  --FTM address and firmware ID
    135135  constant FTM_ADDRESS : std_logic_vector(7 downto 0) := "11000000";  -- 192
    136   constant FIRMWARE_ID : std_logic_vector(7 downto 0) := "00000101";  -- firmware version
     136  constant FIRMWARE_ID : std_logic_vector(7 downto 0) := "00000110";  -- firmware version
    137137 
    138138  --communication with FTUs
     
    186186  constant MAC_ADDRESS : mac_type := (X"FAC7", X"1FAD", X"1102");
    187187  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);
     188  constant IP_ADDRESS  : ip_type  := (10, 0, 128, 120);
     189  constant GATEWAY     : ip_type  := (10, 0, 128, 1);
    190190  constant FIRST_PORT  : integer  := 5000;
    191191 
Note: See TracChangeset for help on using the changeset viewer.