Initial commit
This commit is contained in:
		
							
								
								
									
										14
									
								
								Libs/RiscV/NEORV32/setups/osflow/PnR_Bit.mk
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								Libs/RiscV/NEORV32/setups/osflow/PnR_Bit.mk
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| ${IMPL}.${PNR2BIT_EXT}: $(IMPL).json $(CONSTRAINTS) | ||||
| 	$(NEXTPNR) \ | ||||
| 	  $(PNRFLAGS) \ | ||||
| 	  --$(CONSTRAINTS_FORMAT) $(CONSTRAINTS) \ | ||||
| 	  --json $(IMPL).json \ | ||||
| 	  --${NEXTPNR_OUT} $@ 2>&1 | tee nextpnr-report.txt | ||||
|  | ||||
| ${IMPL}.bit: ${IMPL}.${PNR2BIT_EXT} | ||||
| 	$(PACKTOOL) $< $@ | ||||
|  | ||||
| ifeq ($(DEVICE_SERIES),ecp5) | ||||
| ${IMPL}.svf: ${IMPL}.${PNR2BIT_EXT} | ||||
| 	$(PACKTOOL) $(PACKARGS) --svf $@ $< | ||||
| endif | ||||
		Reference in New Issue
	
	Block a user