From ee1347be34484427fb5513a827cdc83ad2d45aa0 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 26 Mar 2022 22:40:33 +0000 Subject: [PATCH] add all 4 CSn lines for Quad HyperRAM PMOD --- src/ls2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ls2.py b/src/ls2.py index 267f88f..c64079f 100644 --- a/src/ls2.py +++ b/src/ls2.py @@ -641,7 +641,7 @@ def build_platform(fpga, firmware): if platform is None: hyperram_pins = HyperRAMPads() elif fpga in ['isim']: - hyperram_ios = HyperRAMResource(0, cs_n="B11", + hyperram_ios = HyperRAMResource(0, cs_n="B11 B18 G13 D13", dq="D4 D3 F4 F3 G2 H2 D2 E2", rwds="U13", rst_n="T13", ck_p="V10", # ck_n="D12" - for later (DDR) -- 2.30.2