aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--genhdlist3
1 files changed, 3 insertions, 0 deletions
diff --git a/genhdlist b/genhdlist
index e28913d..729b5c4 100644
--- a/genhdlist
+++ b/genhdlist
@@ -26,6 +26,9 @@ use File::Path;
use Getopt::Long;
use Pod::Usage;
+# TODO generate MD5SUM
+# TODO more flexiblity about destination directory
+
my ($noclean, $nooutput, $dontdie, $suffix, $dest) = (0, 0, 0, "", "");
my $tmpdir = (-d "$ENV{HOME}/tmp" ? "$ENV{HOME}/tmp" : $ENV{TMPDIR} || "/tmp") . "/.build_hdlist";