mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
4 lines
203 B
Python
4 lines
203 B
Python
|
import os, sys
|
||
|
sys.path.append(os.path.join("extcores", "litex", "litescope"))
|
||
|
sys.path.append(os.path.join("extcores", "litex", "liteeth"))
|
||
|
sys.path.append(os.path.join("extcores", "litex", "litesata"))
|