f4pga: cleanup
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
e0037de59f
commit
6aa3995f78
|
@ -274,5 +274,5 @@ jobs:
|
|||
|
||||
- name: 🚧 Test pyF4PGA (PYTHONPATH)
|
||||
run: |
|
||||
PYTHONPATH=$(pwd) python3 f4pga/__init__.py
|
||||
PYTHONPATH=$(pwd) python3 f4pga/__init__.py -h
|
||||
PYTHONPATH=$(pwd) python3 -m f4pga
|
||||
PYTHONPATH=$(pwd) python3 -m f4pga -h
|
||||
|
|
|
@ -98,7 +98,7 @@ setuptools_setup(
|
|||
install_requires=list(set(get_requirements(requirementsFile))),
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"f4pga = f4pga.__init__:main",
|
||||
"f4pga = f4pga.flows:main",
|
||||
# QuickLogic only
|
||||
f"ql_{sf} = {shwrappers}:ql",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue