OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/orpsocv2/sw/bootrom
    from Rev 361 to Rev 393
    Reverse comparison

Rev 361 → Rev 393

/Makefile
1,12 → 1,12
# Makefile for bootROM Verilog
SW_ROOT=..
include $(SW_ROOT)/Makefile.inc
 
include ../Makefile.inc
 
 
all: bootrom.v
 
%.v: %.bin ../utils/bin2vlogarray
$(Q)../utils/bin2vlogarray < $< > $@
%.v: %.bin $(SW_ROOT)/utils/bin2vlogarray
$(Q)$(SW_ROOT)/utils/bin2vlogarray < $< > $@
 
%.dis: %.o
$(Q)$(OR32_OBJDUMP) -d $< > $@
14,8 → 14,8
%.bin: %.o
$(Q)$(OR32_OBJCOPY) -O binary $< $@
 
../utils/bin2vlogarray:
$(Q)$(MAKE) -C ../utils bin2vlogarray
$(SW_ROOT)/utils/bin2vlogarray:
$(Q)$(MAKE) -C $(SW_ROOT)/utils bin2vlogarray
 
clean:
$(Q)rm -f *.o *.bin *.hex *.in *.dis *.v

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.