[scripts][do-*-xmd] create xmd.tcl file that takes argument

refactor do-zybo-xmd and do-uzed-xmd to use the single xmd tcl file

Change-Id: Ibf3f58127103ff563b617a0025a15815d2f28049
This commit is contained in:
Travis Geiselbrecht
2015-03-18 14:41:38 -07:00
parent 5cea44316c
commit eac56a0ec7
5 changed files with 26 additions and 22 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/sh
make zybo-test -j &&
xmd -tcl scripts/zybo-xmd.tcl
PROJECT=zybo-test
make $PROJECT -j &&
xmd -tcl scripts/xmd.tcl $PROJECT