We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fe2f9 commit f392ad2Copy full SHA for f392ad2
migen/build/platforms/sinara/sayma_amc.py
@@ -15,6 +15,24 @@
15
Subsignal("rx", Pins("AL8")),
16
IOStandard("LVCMOS18")
17
),
18
+ ("serial", 1,
19
+ Subsignal("tx", Pins("M27")),
20
+ Subsignal("rx", Pins("L27")),
21
+ IOStandard("LVCMOS18")
22
+ ),
23
+ ("serial_rtm", 0,
24
+ Subsignal("tx", Pins("G27")),
25
+ Subsignal("rx", Pins("H27")),
26
27
28
+
29
+ # this is the second SPI flash (not containing the bitstream)
30
+ # clock is shared with the bitstream flash and needs to be accessed through STARTUPE3
31
+ ("spiflash", 0,
32
+ Subsignal("cs_n", Pins("K21")),
33
+ Subsignal("dq", Pins("M20 L20 R21 R22")),
34
+ IOStandard("LVCMOS25")
35
36
37
("ddram_32", 1,
38
Subsignal("a", Pins(
0 commit comments