Ignore:
Timestamp:
Jun 5, 2007, 11:06:46 PM (17 years ago)
Author:
rosiere
Message:

Interface et Signal, c'est deux classes enregistres la valeurs des signaux à chaque cycle ... étape préparatoire avan le changement de la classe Vhdl_Testbench

File:
1 edited

Legend:

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

    r19 r40  
    6060$(DIR_LOG)/%.fpga.log           :
    6161                                @$(ECHO) "Synthetis on FPGA  : $*"
    62                                 @$(XILINX_ENV); $(MAKE) -f Makefile.mkf $*.ngc > $@
     62                                @$(XILINX_ENV); $(MAKE) -f Makefile.mkf $*.ngc &> $@
    6363
    6464$(DIR_WORK)                     :
     
    6767
    6868$(DIR_LOG)/%.vhdl_sim.log       : $(DIR_VHDL)/%.vhdl $(DIR_LOG)/%.vhdl.log
    69                                 @$(ECHO) "VHDL's Simulation: $*"
    70                                 @$(MODELTECH_VSIM) "$(DIR_WORK).`$(BASENAME) $* |$(UPPERtoLOWER)`" > $@
     69                                @$(ECHO) "VHDL's Simulation  : $*"
     70                                @$(MODELTECH_VSIM) "$(DIR_WORK).`$(BASENAME) $* |$(UPPERtoLOWER)`" &> $@
    7171                                declare -i count=`$(GREP) -ch "Test KO" $@`;            \
    7272                                if $(TEST) $$count -eq 0;                               \
     
    7777$(DIR_LOG)/%.vhdl.log           : $(DIR_VHDL)/%.vhdl
    7878                                @$(ECHO) "VHDL's Compilation : $*"
    79                                 @$(MODELTECH_VCOM) $< > $@
     79                                @$(MODELTECH_VCOM) $< &> $@
    8080
    8181synthesis_clean                 :
Note: See TracChangeset for help on using the changeset viewer.