Ignore:
Timestamp:
Sep 6, 2007, 6:30:49 PM (17 years ago)
Author:
rosiere
Message:
  • Banc de registre multi banc
  • Banc de registre générique.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Synthesis

    r48 r53  
    22# $Id$
    33#
    4 # [ Description ]
     4# [ Description ]
    55#
    66# Makefile
    77#
    88
    9 #-----[ Variables ]----------------------------------------
     9#-----[ Variables ]----------------------------------------
    1010
    1111DIR_VHDL                        = .
     
    2121FPGA_LOG_FILES                  = $(patsubst $(DIR_CFG_GEN)/%.cfg,$(DIR_LOG)/%.fpga.log,$(wildcard $(DIR_CFG_GEN)/*.cfg))       \
    2222                                  $(patsubst $(DIR_CFG_USER)/%.cfg,$(DIR_LOG)/%.fpga.log,$(wildcard $(DIR_CFG_USER)/*.cfg))
    23 #-----[ Rules ]--------------------------------------------
     23#-----[ Rules ]--------------------------------------------
    2424.PRECIOUS                       : $(DIR_LOG)/%.vhdl.log $(DIR_LOG)/%.vhdl_sim.log
    2525
     
    8989synthesis_help                  :
    9090                                @\
    91                                 $(ECHO) " -----[ Synthesis ]----------------------------------";\
     91                                $(ECHO) " -----[ Synthesis ]----------------------------------";\
    9292                                $(ECHO) "";\
    9393                                $(ECHO) " * vhdl                 : compile all vhdl's file";\
Note: See TracChangeset for help on using the changeset viewer.