lambdasoc.git
2023-05-21 Andrey Miroshnikovsetup.py: Removing deps as per bug #1086#c7 master
2022-04-22 Luke Kenneth... add name to HyperRAM module so as to be able to pass...
2022-04-15 Luke Kenneth... remove unneeded dependencies
2022-04-12 Luke Kenneth... simulation pads naming corrections for HyperRAMPads
2022-03-28 Luke Kenneth... work through the CSns to give the appearance of having...
2022-03-28 Luke Kenneth... add cs_latch as a peer of bus_latch in case the address...
2022-03-28 Luke Kenneth... minor simplification of hyperram: using constants
2022-03-28 Luke Kenneth... extend cs in hyperram to multiple bits
2022-03-27 Luke Kenneth... update code-comments
2022-03-27 Luke Kenneth... add reset pad to hyperram, should be set externally
2022-03-26 Luke Kenneth... hyperram CS inverted (corrected)
2022-03-26 Luke Kenneth... sort out hyperram ports down to test class
2022-03-25 Luke Kenneth... fix attributes, sort out address
2022-03-19 Luke Kenneth... rename hyperram clk pads to "ck"
2022-03-18 Luke Kenneth... cleanup
2022-03-18 Luke Kenneth... add ports function to HyperRAMPHY
2022-03-18 Luke Kenneth... rename TestHyperRAMPHY to just HyperRAMPHY
2022-03-18 Luke Kenneth... move HyperRAMPads and Test PHY to hyperram.py module
2022-03-18 Luke Kenneth... remove redundant implementation of migen "timeline"
2022-03-18 Luke Kenneth... document useful "add_extension" for HyperRAM PMODs
2022-03-16 Luke Kenneth... update HyperRAM module and add unit test
2022-03-15 Luke Kenneth... add first version of hyperram.py
2021-10-29 Jean-François... examples/minerva_soc: fix typo.
2021-10-29 Jean-François... sim.blackboxes.serial: add missing Verilog blackbox.
2021-10-29 Jean-François... cores.litedram: add device to generated YAML configuration.
2021-10-29 Jean-François... test: fix broken tests.
2021-10-29 Jean-François... Add LiteEth support.
2021-10-29 Jean-François... soc.cpu: generate BIOS configuration from SoC constants.
2021-10-29 Jean-François... periph.serial: add PHY as parameter, in order to use...
2021-10-29 Jean-François... periph: conform with nmigen-soc breaking changes.
2021-10-29 Jean-François... cores.litedram: remove name_force parameter from Core...
2021-10-29 Jean-François... cores.litedram: add SDR DRAM type.
2021-10-29 Jean-François... Add support for configuration constants.
2021-10-29 Jean-François... cores.pll: add PLL generators for Lattice ECP5 and...
2021-10-29 Jean-François... sim.blackboxes: add serial blackbox, with a serial_pty...
2021-10-29 Jean-François... sim: add CXXRTL integration.
2021-07-01 Jean-François... examples/sdram_soc: reduce L1 sizes to 1KB to meet...
2021-07-01 Jean-François... software/bios: bump version.
2021-07-01 Jean-François... setup.py,requirements.txt: add LiteX dependencies.
2021-06-30 Jean-François... examples/sram_soc: fix platform paremeter help.
2021-06-30 Jean-François... examples/{sram,sdram}_soc: add --build-dir parameter.
2021-06-30 Jean-François... examples/sdram_soc: add --platform parameter.
2021-06-29 Jean-François... cores.litedram: move memory map population to _populate...
2021-06-29 Jean-François... cores.litedram: move name conflict detection to the...
2021-06-28 Jean-François... Add SDRAMPeripheral and SDRAMSoC example.
2021-06-28 Jean-François... soc.base: add support for adding user-provided template...
2021-06-28 Jean-François... soc.base: add socproperty(weak=True) for optional prope...
2021-06-28 Jean-François... cores: add LiteDRAM core.
2021-06-28 Jean-François... tools.flterm: warn and continue after failed TIOCMBIC...
2021-06-28 Jean-François... periph.serial: update default rx_depth value to 256.
2021-06-28 Jean-François... periph.serial: use buffered FIFOs to help BRAM inference.
2021-06-28 Jean-François... test.test_periph_serial: fix loopback test.
2021-06-28 Jean-François... test: _wishbone.py → utils/wishbone.py
2021-06-28 Jean-François... test: move to sim = Simulator(dut) instead of context...
2021-06-08 Jean-François... setup.py: update dependencies.
2021-06-08 Jean-François... software/bios: bump version.
2021-06-01 Jean-François... setup.py: do not install package as a zip file.
2021-06-01 Jean-François... MANIFEST.in: fix compiler-rt path.
2021-06-01 Jean-François... periph.base: use bridge granularity as CSR bus data...
2021-05-31 Jean-François... periph.event: clear pending bits of level-triggered...
2021-05-31 Jean-François... software/bios: bump version.
2020-06-16 Jean-François... Merge pull request #4 from jeanthom/fix-base-soc
2020-06-16 Jean-François... Merge pull request #3 from jeanthom/master
2020-06-15 Jean THOMASFix ConfigBuilder instantiation in SoC base class
2020-06-08 Jean THOMASThrow exception if two CSR have the same name
2020-04-24 Jean-François... Use HTTPS for lambdasoc-bios submodule URL.
2020-04-09 Jean-François... soc.cpu: log build output to stderr
2020-03-30 Jean-François... README: fix install instructions
2020-03-30 Jean-François... Move non-PyPI dependencies to requirements.txt
2020-03-30 Jean-François... MANIFEST: fix non-directory includes
2020-03-30 Jean-François... Add software/bios to MANIFEST.in
2020-03-30 Jean-François... Add README and LICENSE
2020-03-30 Jean-François... tools: add flterm
2020-03-26 Jean-François... examples: add sram_soc example
2020-03-26 Jean-François... soc.cpu: add CPUSoC and BIOSBuilder
2020-03-26 Jean-François... soc.base: add SoC and ConfigBuilder
2020-03-26 Jean-François... cpu: add MinervaCPU
2020-03-25 Jean-François... Add .gitignore
2020-03-25 Jean-François... periph.intc: add GenericInterruptController
2020-03-25 Jean-François... periph.serial: add AsyncSerialPeripheral
2020-03-25 Jean-François... periph._event → periph.event
2020-03-25 Jean-François... periph.sram: add SRAMPeripheral
2020-03-25 Jean-François... periph.timer: add TimerPeripheral
2020-03-25 Jean-François... periph: add Peripheral base class
2020-03-25 Jean-François... Add setup.py
2020-03-13 Jean-François... Initial commit