mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
438bb0b570
If a project needs a custom verilator module, it can now specifies the path where the module's directory is. SimPlatform can now look for extra modules: builder.build( extra_mods = ["mymodule1", "mymodule2"], extra_mods_path = os.path.abspath(os.getcwd()) + "/modules", sim_config=sim_config ) Modules must be subdirectories of extra_mods_path: . ├── modules │ ├── mymodule1 │ ├── mymodule2 │ ├── ... |
||
---|---|---|
.. | ||
build | ||
compat | ||
gen | ||
soc | ||
tools | ||
__init__.py |