From cb54a3d858186076ee6b55a5777a63dd76df323d Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Mon, 8 May 2023 19:17:47 +0000 Subject: [PATCH] microwatt-verilator.cpp: Forgot to add help str for trace dump flag --- verilator/microwatt-verilator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/verilator/microwatt-verilator.cpp b/verilator/microwatt-verilator.cpp index 5c7a82e..2075fd4 100644 --- a/verilator/microwatt-verilator.cpp +++ b/verilator/microwatt-verilator.cpp @@ -192,6 +192,7 @@ int main(int argc, char **argv) printf("---Microwatt-verilator binary.---\n"); printf("Line args:\n"); printf("-h <- shows this help string\n"); + printf("-d <- enable trace dumping\n"); printf("-s [NUMBER] <- start sim from snapshot\n"); printf("first arg <- binary file to load into bram\n"); printf("second arg <- linux binary to load to 0x600000 (a hack)\n"); -- 2.30.2