LICENSE.txt
README.md
pyproject.toml
luna_soc/__init__.py
luna_soc/top_level_cli.py
luna_soc.egg-info/PKG-INFO
luna_soc.egg-info/SOURCES.txt
luna_soc.egg-info/dependency_links.txt
luna_soc.egg-info/requires.txt
luna_soc.egg-info/top_level.txt
luna_soc/gateware/__init__.py
luna_soc/gateware/lunasoc.py
luna_soc/gateware/cpu/__init__.py
luna_soc/gateware/cpu/minerva.py
luna_soc/gateware/cpu/vexriscv.py
luna_soc/gateware/cpu/verilog/vexriscv/vexriscv_cynthion+jtag.v
luna_soc/gateware/cpu/verilog/vexriscv/vexriscv_cynthion.v
luna_soc/gateware/cpu/verilog/vexriscv/vexriscv_imac+dcache.v
luna_soc/gateware/cpu/verilog/vexriscv/vexriscv_imac+litex.v
luna_soc/gateware/cpu/verilog/vexriscv/vexriscv_imc.v
luna_soc/gateware/csr/__init__.py
luna_soc/gateware/csr/base.py
luna_soc/gateware/csr/gpio.py
luna_soc/gateware/csr/led.py
luna_soc/gateware/csr/uart.py
luna_soc/gateware/csr/usb2/__init__.py
luna_soc/gateware/csr/usb2/device.py
luna_soc/gateware/csr/usb2/interfaces/__init__.py
luna_soc/gateware/csr/usb2/interfaces/eptri.py
luna_soc/gateware/vendor/__init__.py
luna_soc/gateware/vendor/amaranth_soc/__init__.py
luna_soc/gateware/vendor/amaranth_soc/event.py
luna_soc/gateware/vendor/amaranth_soc/memory.py
luna_soc/gateware/vendor/amaranth_soc/periph.py
luna_soc/gateware/vendor/amaranth_soc/csr/__init__.py
luna_soc/gateware/vendor/amaranth_soc/csr/bus.py
luna_soc/gateware/vendor/amaranth_soc/csr/event.py
luna_soc/gateware/vendor/amaranth_soc/csr/wishbone.py
luna_soc/gateware/vendor/amaranth_soc/wishbone/__init__.py
luna_soc/gateware/vendor/amaranth_soc/wishbone/bus.py
luna_soc/gateware/vendor/amaranth_stdio/__init__.py
luna_soc/gateware/vendor/amaranth_stdio/serial.py
luna_soc/gateware/vendor/lambdasoc/__init__.py
luna_soc/gateware/vendor/lambdasoc/periph/__init__.py
luna_soc/gateware/vendor/lambdasoc/periph/base.py
luna_soc/gateware/vendor/lambdasoc/periph/event.py
luna_soc/gateware/vendor/lambdasoc/periph/intc.py
luna_soc/gateware/vendor/lambdasoc/periph/serial.py
luna_soc/gateware/vendor/lambdasoc/periph/sram.py
luna_soc/gateware/vendor/lambdasoc/periph/timer.py
luna_soc/gateware/wishbone/__init__.py
luna_soc/gateware/wishbone/memory.py
luna_soc/gateware/wishbone/sram.py
luna_soc/gateware/wishbone/spiflash/__init__.py
luna_soc/gateware/wishbone/spiflash/controller.py
luna_soc/gateware/wishbone/spiflash/mmap.py
luna_soc/gateware/wishbone/spiflash/phy.py
luna_soc/gateware/wishbone/spiflash/port.py
luna_soc/gateware/wishbone/spiflash/utils.py
luna_soc/generate/__init__.py
luna_soc/generate/genc.py
luna_soc/generate/generate.py
luna_soc/generate/genrust.py
luna_soc/generate/gensvd.py
luna_soc/generate/introspect.py
luna_soc/util/__init__.py
luna_soc/util/readbin.py