From: Luke Kenneth Casson Leighton Date: Sat, 26 Mar 2022 22:40:33 +0000 (+0000) Subject: add all 4 CSn lines for Quad HyperRAM PMOD X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee1347be34484427fb5513a827cdc83ad2d45aa0;p=ls2.git add all 4 CSn lines for Quad HyperRAM PMOD --- 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)