URL
https://opencores.org/ocsvn/System09/System09/trunk
Subversion Repositories System09
Compare Revisions
- This comparison shows the changes necessary to convert path
/System09/trunk/rtl/System09_Digilent_Atlys
- from Rev 160 to Rev 161
- ↔ Reverse comparison
Rev 160 → Rev 161
/Makefile
85,7 → 85,10
prom: roms $(DESIGN_NAME).mcs |
|
.PHONY: impact |
impact: roms $(DESIGN_NAME).bit do_impact |
impact: $(DESIGN_NAME).bit $(DESIGN_NAME)_impact.cmd |
@$(ECHO) |
@$(ECHO) "======= Downloading bitstream using Impact ============" |
$(IMPACT) -batch $(DESIGN_NAME)_impact.cmd |
|
.PHONY: help |
help: |
124,7 → 127,7
-$(RM) *.cmd_log *.ngr *.bld *_summary.html *.nc1 *.pcf *.bgn tmp.ut |
-$(RM) *.pad *.placed_ncd_tracker *.routed_ncd_tracker *_pad.csv *.drc |
-$(RM) *.pad_txt $(DESIGN_NAME)_impact.cmd *.unroutes $(DESIGN_NAME)_vhdl.prj |
-$(RM) par_usage_statistics.html $(DESIGN_NAME)_envsettings.html usage_statistics_webtalk.html |
-$(RM) par_usage_statistics.html $(DESIGN_NAME)_envsettings.html usage_statistics_webtalk.html impact.xsl impact_impact.xwbt |
-$(RMDIR) _ngo _xmsgs xst xlnx_auto_0_xdb xst_tmp_dirs iseconfig |
|
.PHONY: cleanall |