add name to HyperRAM module so as to be able to pass name
[lambdasoc.git] / lambdasoc / soc /
2021-10-29 Jean-François NguyenAdd LiteEth support.
2021-10-29 Jean-François Nguyensoc.cpu: generate BIOS configuration from SoC constants.
2021-10-29 Jean-François Nguyenperiph: conform with nmigen-soc breaking changes.
2021-10-29 Jean-François NguyenAdd support for configuration constants.
2021-06-28 Jean-François NguyenAdd SDRAMPeripheral and SDRAMSoC example.
2021-06-28 Jean-François Nguyensoc.base: add support for adding user-provided template...
2021-06-28 Jean-François Nguyensoc.base: add socproperty(weak=True) for optional prope...
2020-06-16 Jean-François NguyenMerge pull request #4 from jeanthom/fix-base-soc
2020-06-15 Jean THOMASFix ConfigBuilder instantiation in SoC base class
2020-04-09 Jean-François Nguyensoc.cpu: log build output to stderr
2020-03-26 Jean-François Nguyensoc.cpu: add CPUSoC and BIOSBuilder
2020-03-26 Jean-François Nguyensoc.base: add SoC and ConfigBuilder