



Generating bootrom.v
by s516072002 on May 29, 2013 |
s516072002
Posts: 12 Joined: Feb 1, 2013 Last seen: Oct 7, 2013 |
||
Hi, I wonder how to generate "bootrom.v".
There're three files(bootrom.S, bootrom.v Makefile) in "orpsocv2/sw/bootrom" directory. "bootrom.v" is an empty file. I tried "make all" but "bootrom.v" is still empty. There are "bootrom.v" and "Makefile" in "orpsocv2/board/xilinx/atlys/sw/bootrom" too, and "bootrom.v" is an empty file too. "make all" didn't work. Which "bootrom.v" will be used? How to generate it? |
RE: Generating bootrom.v
by julius on May 29, 2013 |
julius
Posts: 363 Joined: Jul 1, 2008 Last seen: May 17, 2021 |
||
It's generated based on a build's board.h file.
Go to a board's sim/run directory and try "make clean-bootrom" and then "make bootrom". That will generate it based on the options in that board's board.h file (in sw/board/include/board.h). |



