Ignore:
Timestamp:
Sep 21, 2018, 10:23:50 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Add SYS_CLK parameter to set in params-hard

Add forgotten sys_clk parameter in Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/arch_info/arch_classes.py

    r546 r548  
    363363
    364364    ######################################################################
    365     def hard_config( self, ioc_type ):     # compute string for hard_config.h file
     365    def hard_config( self, ioc_type, sys_clk ):     # compute string for hard_config.h file
    366366                                 # required by
    367367                                 # - top.cpp compilation
     
    607607        if (self.name[5] == 'l') :
    608608            s += '#define IS_LETI              \n'
     609        s += '#define RESET_SYSTEM_CLK       %d\n'    % sys_clk
    609610        s += '\n'
    610611
Note: See TracChangeset for help on using the changeset viewer.