Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Reform
rkx7-litex-boards
Commits
d5eea942
Commit
d5eea942
authored
Sep 20, 2021
by
Florent Kermarrec
Browse files
sispeed_tang_nano_4k: Avoid IOStandard constraints on HyperRAM (Not present in example designs).
parent
5190c9c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
litex_boards/platforms/sipeed_tang_nano_4k.py
View file @
d5eea942
...
...
@@ -25,8 +25,8 @@ _io = [
(
"user_led"
,
0
,
Pins
(
"10"
),
IOStandard
(
"LVCMOS33"
)),
# Buttons.
(
"user_btn"
,
0
,
Pins
(
"14"
),
IOStandard
(
"LVCMOS18"
)),
(
"user_btn"
,
1
,
Pins
(
"15"
),
IOStandard
(
"LVCMOS18"
)),
(
"user_btn"
,
0
,
Pins
(
"14"
),
IOStandard
(
"LVCMOS18"
)),
(
"user_btn"
,
1
,
Pins
(
"15"
),
IOStandard
(
"LVCMOS18"
)),
# Serial (FIXME: For tests, change or remove.)
(
"serial"
,
0
,
...
...
@@ -37,12 +37,12 @@ _io = [
# SPIFlash
(
"spiflash"
,
0
,
Subsignal
(
"cs_n"
,
Pins
(
"2"
),
IOStandard
(
"LVCMOS33"
)),
Subsignal
(
"clk"
,
Pins
(
"1"
),
IOStandard
(
"LVCMOS33"
)),
Subsignal
(
"cs_n"
,
Pins
(
"2"
),
IOStandard
(
"LVCMOS33"
)),
Subsignal
(
"clk"
,
Pins
(
"1"
),
IOStandard
(
"LVCMOS33"
)),
Subsignal
(
"miso"
,
Pins
(
"47"
),
IOStandard
(
"LVCMOS33"
)),
Subsignal
(
"mosi"
,
Pins
(
"48"
),
IOStandard
(
"LVCMOS33"
)),
Subsignal
(
"wp"
,
Pins
(
"8"
),
IOStandard
(
"LVCMOS33"
)),
Subsignal
(
"hold"
,
Pins
(
"9"
),
IOStandard
(
"LVCMOS33"
)),
Subsignal
(
"wp"
,
Pins
(
"8"
),
IOStandard
(
"LVCMOS33"
)),
Subsignal
(
"hold"
,
Pins
(
"9"
),
IOStandard
(
"LVCMOS33"
)),
),
(
"spiflash4x"
,
0
,
Subsignal
(
"cs_n"
,
Pins
(
"2"
)),
...
...
@@ -52,12 +52,12 @@ _io = [
),
# HyperRAM (embedded in SIP, requires specific IO naming).
(
"O_hpram_ck"
,
0
,
Pins
(
1
)
,
IOStandard
(
"LVCMOS33"
)
),
(
"O_hpram_ck_n"
,
0
,
Pins
(
1
)
,
IOStandard
(
"LVCMOS33"
)
),
(
"O_hpram_cs_n"
,
0
,
Pins
(
1
)
,
IOStandard
(
"LVCMOS33"
)
),
(
"O_hpram_reset_n"
,
0
,
Pins
(
1
)
,
IOStandard
(
"LVCMOS33"
)
),
(
"IO_hpram_dq"
,
0
,
Pins
(
8
)
,
IOStandard
(
"LVCMOS33"
)
),
(
"IO_hpram_rwds"
,
0
,
Pins
(
1
)
,
IOStandard
(
"LVCMOS33"
)
),
(
"O_hpram_ck"
,
0
,
Pins
(
1
)),
(
"O_hpram_ck_n"
,
0
,
Pins
(
1
)),
(
"O_hpram_cs_n"
,
0
,
Pins
(
1
)),
(
"O_hpram_reset_n"
,
0
,
Pins
(
1
)),
(
"IO_hpram_dq"
,
0
,
Pins
(
8
)),
(
"IO_hpram_rwds"
,
0
,
Pins
(
1
)),
# HDMI.
(
"hdmi"
,
0
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment