litex/litex
Florent Kermarrec 2a27ca18ea stream/Pipeline: Allow Pipeline to be created dynamically.
Ex:
self.submodules.pipeline = Pipeline()
self.pipeline.add(m0)
self.pipeline.add(m1)
self.pipeline.add(m3)
2023-05-26 10:17:02 +02:00
..
build build/xilinx/ise/add_period_constraint: Add keep parameter. 2023-05-21 09:33:19 +02:00
compat
gen gen/fhdl/verilog: Simplify/Rename registers initialization parameter. 2023-05-17 17:24:06 +02:00
soc stream/Pipeline: Allow Pipeline to be created dynamically. 2023-05-26 10:17:02 +02:00
tools tools/litex_client: Add binded property to simplify user scripts. 2023-05-03 17:33:12 +02:00
__init__.py