URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 479 |
Rev 530 |
Line 138... |
Line 138... |
|
|
#This target uses Xilinx tools to Place & Route the design
|
#This target uses Xilinx tools to Place & Route the design
|
$(PARRED_NCD): $(MAPPED_NCD)
|
$(PARRED_NCD): $(MAPPED_NCD)
|
@echo; echo "\t#### PAR'ing ####";
|
@echo; echo "\t#### PAR'ing ####";
|
$(Q)( . $(XILINX_SETTINGS_SCRIPT) && \
|
$(Q)( . $(XILINX_SETTINGS_SCRIPT) && \
|
par -w -pl high -rl high $(XILINX_FLAGS) $< $@ $(PCD_FILE) )
|
par -w -ol high $(XILINX_FLAGS) $< $@ $(PCD_FILE) )
|
|
|
#This target uses Xilinx tools to generate a bitstream for download
|
#This target uses Xilinx tools to generate a bitstream for download
|
$(BIT_FILE): $(PARRED_NCD)
|
$(BIT_FILE): $(PARRED_NCD)
|
@echo; echo "\t#### Generating .bit file ####";
|
@echo; echo "\t#### Generating .bit file ####";
|
$(Q)( . $(XILINX_SETTINGS_SCRIPT) && \
|
$(Q)( . $(XILINX_SETTINGS_SCRIPT) && \
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.