- Timestamp:
- Jun 5, 2007, 11:06:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Synthesis
r19 r40 60 60 $(DIR_LOG)/%.fpga.log : 61 61 @$(ECHO) "Synthetis on FPGA : $*" 62 @$(XILINX_ENV); $(MAKE) -f Makefile.mkf $*.ngc > $@62 @$(XILINX_ENV); $(MAKE) -f Makefile.mkf $*.ngc &> $@ 63 63 64 64 $(DIR_WORK) : … … 67 67 68 68 $(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)`" &> $@ 71 71 declare -i count=`$(GREP) -ch "Test KO" $@`; \ 72 72 if $(TEST) $$count -eq 0; \ … … 77 77 $(DIR_LOG)/%.vhdl.log : $(DIR_VHDL)/%.vhdl 78 78 @$(ECHO) "VHDL's Compilation : $*" 79 @$(MODELTECH_VCOM) $< > $@79 @$(MODELTECH_VCOM) $< &> $@ 80 80 81 81 synthesis_clean :
Note: See TracChangeset
for help on using the changeset viewer.