Ignore:
Timestamp:
08/31/10 11:56:34 (14 years ago)
Author:
neise
Message:
svn revision number in event package works now
Location:
firmware/FAD/FAD_svn_revision_number
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • firmware/FAD/FAD_svn_revision_number

    • Property svn:ignore set to
      unisim
  • firmware/FAD/FAD_svn_revision_number/FACT_FAD_lib

    • Property svn:ignore set to
      ise
  • firmware/FAD/FAD_svn_revision_number/FACT_FAD_lib/hdl/clock_generator_var_ps_struct.vhd

    r9914 r9916  
    33-- Created:
    44--          by - dneise.UNKNOWN (E5B-LABOR6)
    5 --          at - 10:49:24 30.08.2010
     5--          at - 12:45:54 31.08.2010
    66--
    77-- Generated by Mentor Graphics' HDL Designer(TM) 2009.2 (Build 10)
     
    4141-- Created:
    4242--          by - dneise.UNKNOWN (E5B-LABOR6)
    43 --          at - 10:49:25 30.08.2010
     43--          at - 12:45:54 31.08.2010
    4444--
    4545-- Generated by Mentor Graphics' HDL Designer(TM) 2009.2 (Build 10)
  • firmware/FAD/FAD_svn_revision_number/FACT_FAD_lib/hdl/control_unit_struct.vhd

    r9914 r9916  
    33-- Created:
    44--          by - dneise.UNKNOWN (E5B-LABOR6)
    5 --          at - 09:42:04 30.07.2010
     5--          at - 12:45:53 31.08.2010
    66--
    77-- Generated by Mentor Graphics' HDL Designer(TM) 2009.2 (Build 10)
     
    4040-- Created:
    4141--          by - dneise.UNKNOWN (E5B-LABOR6)
    42 --          at - 09:42:04 30.07.2010
     42--          at - 12:45:53 31.08.2010
    4343--
    4444-- Generated by Mentor Graphics' HDL Designer(TM) 2009.2 (Build 10)
  • firmware/FAD/FAD_svn_revision_number/FACT_FAD_lib/hdl/fad_board_struct.vhd

    r9914 r9916  
    33-- Created:
    44--          by - dneise.UNKNOWN (E5B-LABOR6)
    5 --          at - 10:36:33 31.08.2010
     5--          at - 12:45:58 31.08.2010
    66--
    77-- Generated by Mentor Graphics' HDL Designer(TM) 2009.2 (Build 10)
     
    7373-- Created:
    7474--          by - dneise.UNKNOWN (E5B-LABOR6)
    75 --          at - 10:36:33 31.08.2010
     75--          at - 12:45:59 31.08.2010
    7676--
    7777-- Generated by Mentor Graphics' HDL Designer(TM) 2009.2 (Build 10)
  • firmware/FAD/FAD_svn_revision_number/FACT_FAD_lib/hdl/fad_definitions.vhd

    r9915 r9916  
    4141 
    4242  constant SUBVERSION_LONGSTRING : string := "$Rev$::           $";
    43   constant SUBVERSION_STRING : string := SUBVERSION_LONGSTRING(9 to 18); -- cut off starting "$Rev$:: " and trailing "$"
     43  constant SUBVERSION_STRING : string := SUBVERSION_LONGSTRING(7 to 25); -- cut off starting "$Rev$:: " and trailing "$"
    4444  constant SUBVERSION_NUMBER : std_logic_vector (15 downto 0) := conv_std_logic_vector(str_to_int(SUBVERSION_STRING),16);
    4545  constant PACKAGE_VERSION : std_logic_vector(7 downto 0) := X"01";
     
    182182        when '9' =>
    183183           digit := 9;
    184         when ' ' =>
     184        when ' '|'$'|':' =>
    185185           next; -- in subversion string number is followed by trailing white spaces
    186186        when others =>
  • firmware/FAD/FAD_svn_revision_number/FACT_FAD_lib/hdl/fad_definitions.vhd.bak

    r9914 r9916  
    4040-- Network Settings End 
    4141 
    42   constant SUBVERSION_LONGSTRING : string := "$Rev$::           $";
    43   constant SUBVERSION_STRING : string := SUBVERSION_LONGSTRING(9 to 18); -- cut off starting "$Rev$:: " and trailing "$"
     42  constant SUBVERSION_LONGSTRING : string := "$Rev: 9915 $::           $";
     43  constant SUBVERSION_STRING : string := SUBVERSION_LONGSTRING(7 to 25); -- cut off starting "$Rev: 9915 $:: " and trailing "$"
    4444  constant SUBVERSION_NUMBER : std_logic_vector (15 downto 0) := conv_std_logic_vector(str_to_int(SUBVERSION_STRING),16);
    4545  constant PACKAGE_VERSION : std_logic_vector(7 downto 0) := X"01";
     
    190190  end case;
    191191  ivalue := ivalue * 10 + digit;
    192   ASSERT FALSE
    193   REPORT "ivalue: " & str(ivalue)&  "inputstring: " &s&"digit:" & str(digit)
    194   SEVERITY WARNING;
    195 
    196 
    197 
     192 
    198193  end loop;
    199   -- debugging only
    200   ASSERT FALSE
    201   REPORT "ivalue: " & str(ivalue)  &"inputstring: " & s & "digit:" & str(digit)
    202   SEVERITY ERROR;
    203  
    204194  return ivalue;
    205195  end;
  • firmware/FAD/FAD_svn_revision_number/FACT_FAD_lib/hdl/fad_main_struct.vhd

    r9914 r9916  
    33-- Created:
    44--          by - dneise.UNKNOWN (E5B-LABOR6)
    5 --          at - 10:36:29 31.08.2010
     5--          at - 12:45:57 31.08.2010
    66--
    77-- Generated by Mentor Graphics' HDL Designer(TM) 2009.2 (Build 10)
     
    7676-- Created:
    7777--          by - dneise.UNKNOWN (E5B-LABOR6)
    78 --          at - 10:36:30 31.08.2010
     78--          at - 12:45:58 31.08.2010
    7979--
    8080-- Generated by Mentor Graphics' HDL Designer(TM) 2009.2 (Build 10)
  • firmware/FAD/FAD_svn_revision_number/FACT_FAD_lib/hdl/spi_interface_struct.vhd

    r9914 r9916  
    33-- Created:
    44--          by - dneise.UNKNOWN (E5B-LABOR6)
    5 --          at - 09:42:04 30.07.2010
     5--          at - 12:45:54 31.08.2010
    66--
    77-- Generated by Mentor Graphics' HDL Designer(TM) 2009.2 (Build 10)
     
    3838-- Created:
    3939--          by - dneise.UNKNOWN (E5B-LABOR6)
    40 --          at - 09:42:04 30.07.2010
     40--          at - 12:45:54 31.08.2010
    4141--
    4242-- Generated by Mentor Graphics' HDL Designer(TM) 2009.2 (Build 10)
Note: See TracChangeset for help on using the changeset viewer.