zynq-sandbox

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit bfe5f93a69c066247a6225d3fadbf8775116fdaa
parent 7f1c2faabebc2c5ea090459568d3eb9ef7a4d7f7
Author: Brian Swetland <swetland@frotz.net>
Date:   Sat, 19 Jul 2014 01:09:22 -0700

verilator prereqs

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -62,6 +62,7 @@ Building Verilator ------------------ You can replace /work with some other convenient directory if you like (but be sure to update build/init.mk): +0. install autoconf, bison, flex 1. cd /work 2. git clone http://git.veripool.org/git/verilator 3. cd verilator @@ -69,4 +70,3 @@ You can replace /work with some other convenient directory if you like 5. ./configure 6. make -j32 7. you do not need to make install -