mirror of https://github.com/openXC7/prjxray.git
fasm2frames env fix
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
d5fd573d30
commit
697f83c97a
|
|
@ -23,6 +23,6 @@ export XRAY_MASKMERGE="bash ${XRAY_UTILS_DIR}/maskmerge.sh"
|
|||
export XRAY_SEGMATCH="${XRAY_TOOLS_DIR}/segmatch"
|
||||
export XRAY_SEGPRINT="python3 ${XRAY_UTILS_DIR}/segprint.py"
|
||||
export XRAY_BITS2FASM="python3 ${XRAY_UTILS_DIR}/bits2fasm.py"
|
||||
export XRAY_FASM2BITS="python3 ${XRAY_UTILS_DIR}/fasm2bits.py"
|
||||
export XRAY_FASM2FRAMES="python3 ${XRAY_UTILS_DIR}/fasm2frames.py"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue