4990bf33c0
- rename core to hyperbus. - change layout (cs_n with variable length instead of cs0_n, cs1_n). - use DifferentialOutput when differential clock is used. - add test (python3 -m unittest test.test_hyperbus). Usage example: from litex.soc.cores.hyperbus import HyperRAM self.submodules.hyperram = HyperRAM(platform.request("hyperram")) self.add_wb_slave(mem_decoder(self.mem_map["hyperram"]), self.hyperram.bus) self.add_memory_region("hyperram", self.mem_map["hyperram"], 8*1024*1024) |
||
---|---|---|
.. | ||
__init__.py | ||
test_axi.py | ||
test_bitbang.py | ||
test_code_8b10b.py | ||
test_csr.py | ||
test_ecc.py | ||
test_gearbox.py | ||
test_hyperbus.py | ||
test_icap.py | ||
test_prbs.py | ||
test_spi.py | ||
test_targets.py |