Changeset 590 for trunk/Makefile


Ignore:
Timestamp:
Nov 1, 2018, 12:52:18 PM (5 years ago)
Author:
alain
Message:

Introduce the txt_type, fbf_type, and sys_clk parameters
in the files params-hard.mk and Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r578 r590  
    1717NB_PROCS        ?= 2
    1818NB_TTYS         ?= 3
    19 FBF_WIDTH       ?= 256
    2019IOC_TYPE        ?= IOC_BDV
     20TXT_TYPE    ?= TXT_TTY
     21FBF_TYPE    ?= FBF_SCL
     22SYS_CLK     ?= 50000
    2123
    2224# Checking hardware platform definition.
     
    128130                                                                --nb_cores=$(NB_PROCS)  \
    129131                                                                --nb_ttys=$(NB_TTYS)    \
    130                                                                 --fbf_size=$(FBF_WIDTH) \
    131132                                                                --ioc_type=$(IOC_TYPE)  \
     133                                --txt_type=$(TXT_TYPE)  \
     134                                --fbf_type=$(FBF_TYPE)  \
     135                                --sys_clk=$(SYS_CLK)    \
    132136                                                                --hard=.                                \
    133137                                                                --bin=.                                 \
Note: See TracChangeset for help on using the changeset viewer.