projects
/
nmigen-boards.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a98304e
)
numato_mimas: add spi_flash#0 resource.
author
whitequark
<whitequark@whitequark.org>
Wed, 18 Sep 2019 04:25:03 +0000
(
04:25
+0000)
committer
whitequark
<whitequark@whitequark.org>
Wed, 18 Sep 2019 04:25:36 +0000
(
04:25
+0000)
nmigen_boards/numato_mimas.py
patch
|
blob
|
history
diff --git
a/nmigen_boards/numato_mimas.py
b/nmigen_boards/numato_mimas.py
index 085a319f829a3cf019e26c5db767dfe29d85fda3..a85abc39a8d1417e46fd00d8f566b9fb8eb8677d 100644
(file)
--- a/
nmigen_boards/numato_mimas.py
+++ b/
nmigen_boards/numato_mimas.py
@@
-43,6
+43,11
@@
class NumatoMimasPlatform(XilinxSpartan6Platform):
Attrs(IOSTANDARD="LVCMOS33", PULLUP="TRUE")),
Resource("user_btn", 3, Pins("P120", dir="i"),
Attrs(IOSTANDARD="LVCMOS33", PULLUP="TRUE")),
+
+ *SPIFlashResources(0,
+ cs="P38", clk="P70", mosi="P64", miso="65",
+ attrs=Attrs(IOSTANDARD="LVCMOS33")
+ ),
]
connectors = [
Connector("p", 1,