URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [bootrom/] [Makefile] - Rev 393
Go to most recent revision | Compare with Previous | Blame | View Log
# Makefile for bootROM VerilogSW_ROOT=..include $(SW_ROOT)/Makefile.incall: bootrom.v%.v: %.bin $(SW_ROOT)/utils/bin2vlogarray$(Q)$(SW_ROOT)/utils/bin2vlogarray < $< > $@%.dis: %.o$(Q)$(OR32_OBJDUMP) -d $< > $@%.bin: %.o$(Q)$(OR32_OBJCOPY) -O binary $< $@$(SW_ROOT)/utils/bin2vlogarray:$(Q)$(MAKE) -C $(SW_ROOT)/utils bin2vlogarrayclean:$(Q)rm -f *.o *.bin *.hex *.in *.dis *.v
Go to most recent revision | Compare with Previous | Blame | View Log
