commit c31e3b4430160f19fd833f5e71ff9e1c178d3b50 parent 60be1f2379a1481ab18b56e8be5e802bd052bb18 Author: Brian Swetland <swetland@frotz.net> Date: Thu, 17 Jul 2014 17:44:01 -0700 update readme about verilator build, etc Diffstat:
M | README | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -52,3 +52,21 @@ Tools ----- build/mkzynq.go - Generates useful wrappers around Zynq PS7 macro +Customizing for your Install +---------------------------- +build/init.mk should point to Xilinx Vivado, Xilinx SDK, and Verilator. +The default setup assumes you installed the 2014.2 version of the Xilinx +tools under /work/xilinx/... and built verilator under /work/verilator/... + +Building Verilator +------------------ +You can replace /work with some other convenient directory if you like +(but be sure to update build/init.mk): +1. cd /work +2. git clone http://git.veripool.org/git/verilator +3. cd verilator +4. autoconf +5. ./configure +6. make -j32 +7. you do not need to make install +