aboutsummaryrefslogtreecommitdiff
path: root/fesvr/htif.h
diff options
context:
space:
mode:
authorJerry Zhao <jerryz123@berkeley.edu>2023-03-07 13:16:50 -0800
committerJerry Zhao <jerryz123@berkeley.edu>2023-03-07 13:16:50 -0800
commit0243455b2702838a4efe6a14f1a74fc08013c431 (patch)
treef4fcc10582f87802120cd5176f1312a3d596a4d0 /fesvr/htif.h
parent422d297ef0ed9a6ca8517a746b54c8ab4c6c4e23 (diff)
downloadspike-0243455b2702838a4efe6a14f1a74fc08013c431.zip
spike-0243455b2702838a4efe6a14f1a74fc08013c431.tar.gz
spike-0243455b2702838a4efe6a14f1a74fc08013c431.tar.bz2
fesvr: Add +target-argument= flag to htif parsing
Diffstat (limited to 'fesvr/htif.h')
-rw-r--r--fesvr/htif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fesvr/htif.h b/fesvr/htif.h
index 8dc8dd9..e493477 100644
--- a/fesvr/htif.h
+++ b/fesvr/htif.h
@@ -145,6 +145,7 @@ TARGET (RISC-V BINARY) OPTIONS\n\
{"chroot", required_argument, 0, HTIF_LONG_OPTIONS_OPTIND + 3 }, \
{"payload", required_argument, 0, HTIF_LONG_OPTIONS_OPTIND + 4 }, \
{"signature-granularity", optional_argument, 0, HTIF_LONG_OPTIONS_OPTIND + 5 }, \
+{"target-argument", required_argument, 0, HTIF_LONG_OPTIONS_OPTIND + 6 }, \
{0, 0, 0, 0}
#endif // __HTIF_H