mirror of https://github.com/openXC7/prjxray.git
roi_harness: generate .frm file
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
7ae7b0c16c
commit
4237ed0898
|
|
@ -9,4 +9,5 @@ pushd out_last
|
|||
${XRAY_BITREAD} -F $XRAY_ROI_FRAMES -o design.bits -z -y design.bit
|
||||
${XRAY_SEGPRINT} -zd design.bits >design.segp
|
||||
${XRAY_DIR}/tools/segprint2fasm.py design.segp design.fasm
|
||||
${XRAY_DIR}/tools/fasm2frame.py design.fasm design.frm
|
||||
popd
|
||||
|
|
|
|||
Loading…
Reference in New Issue