mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
cd2ad7144c
Signed-off-by: Krzysztof Boronski <kboronski@antmicro.com>
7 lines
No EOL
128 B
Bash
Executable file
7 lines
No EOL
128 B
Bash
Executable file
#!/bin/sh
|
|
|
|
MY_DIR=`dirname $0`
|
|
SFBUILD_DIR=${MY_DIR}/..
|
|
SFBUILD_PY=${SFBUILD_DIR}/sfbuild.py
|
|
|
|
PYTHONPATH=${SFBUILD_DIR} pydoc -b |