Ignore:
Timestamp:
Dec 4, 2007, 2:31:54 PM (17 years ago)
Author:
rosiere
Message:

Modification en profondeur de Component-port_map.
Compilation ok pour Register_unit ... a tester (systemC et vhdl)

File:
1 edited

Legend:

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

    r53 r62  
    2222                                  $(patsubst $(DIR_CFG_USER)/%.cfg,$(DIR_LOG)/%.fpga.log,$(wildcard $(DIR_CFG_USER)/*.cfg))
    2323#-----[ Rules ]--------------------------------------------
    24 .PRECIOUS                       : $(DIR_LOG)/%.vhdl.log $(DIR_LOG)/%.vhdl_sim.log
     24.PRECIOUS                       : $(DIR_LOG)/%.vhdl.log $(DIR_LOG)/%.sim.log
    2525
    2626vhdl                            : execute $(DIR_WORK)
     
    3636                                if $(TEST) $${#log_files[*]} -ne 0; then $(MAKE) $${log_files[*]/#$(DIR_VHDL)/$(DIR_LOG)}; fi;
    3737
    38 vhdl_sim                        : vhdl
     38sim                             : vhdl
    3939                                @\
    4040                                declare -a vhdl_files=($$($(LS) $(DIR_VHDL)/*_Testbench.vhdl));                                         \
    41                                 declare -a log_files=($${vhdl_files[*]/%.vhdl/.vhdl_sim.log});                                          \
     41                                declare -a log_files=($${vhdl_files[*]/%.vhdl/.sim.log});                                               \
    4242                                if $(TEST) $${#log_files[*]} -ne 0; then $(MAKE) $${log_files[*]/#$(DIR_VHDL)/$(DIR_LOG)}; fi;
    4343
    44 fpga                            : vhdl_sim
     44fpga                            : sim
    4545                                @\
    4646                                $(ECHO) -e "" > $(FPGA_CFG_FILE_LOCAL); \
     
    5454                                        $(ECHO) -e ""                                     >> $(FPGA_CFG_FILE_LOCAL);                    \
    5555                                done;                                   \
    56                                 ($(XILINX_ENV); $(CD) $(FPGA_CFG_FILE_GLOBAL_DIR); ./$(FPGA_CFG_FILE_GLOBAL));                          \
     56                                ($(XILINX_ENV); $(CD) $(FPGA_CFG_FILE_GLOBAL_DIR); $(FPGA_CFG_FILE_GLOBAL));                            \
    5757                                $(MAKE) $(FPGA_LOG_FILES);
    5858
     
    6767                                $(MODELTECH_VLIB) $@;
    6868
    69 $(DIR_LOG)/%.vhdl_sim.log       : $(DIR_VHDL)/%.vhdl $(DIR_LOG)/%.vhdl.log
     69$(DIR_LOG)/%.sim.log            : $(DIR_VHDL)/%.vhdl $(DIR_LOG)/%.vhdl.log
    7070                                @\
    7171                                $(ECHO) "VHDL's Simulation  : $*"; \
     
    9292                                $(ECHO) "";\
    9393                                $(ECHO) " * vhdl                 : compile all vhdl's file";\
    94                                 $(ECHO) " * vhdl_sim             : simulate all testbench's file";\
     94                                $(ECHO) " * sim                  : simulate all testbench's file";\
    9595                                $(ECHO) " * fpga                 : synthetis with fpga's tools";\
    9696                                $(ECHO) "";
Note: See TracChangeset for help on using the changeset viewer.