lowRISC / lowrisc-fpga

Untethered (stand-alone) FPGA implementation of the lowRISC SoC
Other
54 stars 15 forks source link

Better Makefile for share dev_map.h #2

Closed wsong83 closed 7 years ago

wsong83 commented 8 years ago

Since vsim/fpga share the same bare-metal examples but using different dev_map file, this cause problems when run vsim first, and run fpga, finally run vsim, vsim will fail. Since the uart.o spi.o is using the fpga dev_map.h while linked to programs running in vsim.

Now it is required to set up local build directory to store local object files to avoid this conflict.

wsong83 commented 7 years ago

fixed.