-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.fpga
34 lines (22 loc) · 923 Bytes
/
README.fpga
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
* LEON documentation
http://www.gaisler.com/products/grlib/grip.pdf
http://www.gaisler.com/doc/grmon.pdf
* Xilinx Linux drivers
Maybe for USB: http://www.rmdir.de/~michael/xilinx/
ftp://ftp.xilinx.com/pub/utilities/fpga/install_drivers.tar.gz
Apply conf/xilinx-drivers.patch
* Xilinx ISE
http://ee-download.stanford.edu/Download/Xilinx/xilinx.html
export XILINX=/usr/local/xilinx-ise
export PATH=$PATH:$XILINX/bin/lin64
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$XILINX/bin/lin64
* Synplify
http://www.synplicity.com/downloads/download1.html
export PATH=$PATH:/usr/local/synplify/fpga_8804/bin
* Building the CPU
svn co svn+ssh://cyclades.stanford.edu/kozyrakis/users/security/svn/trunk/histar/ leon
cd leon/designs/leon3-digilent-xup
# set CONFIG_DSU_IPMSB, IPLSB, ETHMSB, ETHLSB in .config, config.h
make xdep
make ise-synp
make ise-prog-fpga