URL
https://opencores.org/ocsvn/darkriscv/darkriscv/trunk
Subversion Repositories darkriscv
[/] [darkriscv/] [trunk/] [boards/] [README.md] - Rev 2
Compare with Previous | Blame | View Log
## Add your board here! o/Use the AVNET Microboard LX9 as template, since is the best tested board at thismoment, as long I can plug it in the computer and test it in less than fiveminutes:cp -rp avnet_micrboard_lx9 vendor_board_fpgaIn the case of Vivado, the easy way is use the QMTech Spartan-7 board astemplate. In the case of Vivado, there is no automation as found in theother FPGAs.Current supported board/FPGAs:avnet_microboard_lx9qmtech_sdram_lx16qmtech spartan7 s15xilinx_ac701_a200lattice brevia2 lxp2piswords rs485 lx9I am working in a way to make the directory structure better, but it is notso easy make everything work at the same time! :)Proposed structure:boards/vendor_boardname_fpga/ top level directoryboards/vendor_boardname_fpga/darksocv.mk top level makefileboards/vendor_boardname_fpga/darksocv.* other files (board/fpga specific)In the current directory is possible set:make BOARD=avnet_microboard_lx9 all # build fpga for $BOARDmake install # program fpgaOf course, the FPGA programming via JTAG depends of some configurationswhich are different in different environments. Please check the README fileregarding the board!
