projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f91348
)
README: use migen fork for now
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Tue, 10 Feb 2015 10:28:59 +0000
(11:28 +0100)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Tue, 10 Feb 2015 10:28:59 +0000
(11:28 +0100)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index ced9c110057aef639239fbb3694ec4dff3f196ca..57d0073e6b4a670e17c1def0f89760ea80b70247 100644
(file)
--- a/
README
+++ b/
README
@@
-58,8
+58,10
@@
devel [AT] lists.m-labs.hk.
------------------
1. Install Python3 and Xilinx's Vivado software
-2. Obtain Migen and install it:
- git clone https://github.com/m-labs/migen
+2. Obtain Migen and install it:
+(we use EnjoyDigital fork for now until new features are merged
+into upstream Migen)
+ git clone https://github.com/enjoy-digital/migen
cd migen
python3 setup.py install
cd ..