microwatt-verilator.cpp: Forgot to add help str for trace dump flag
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 8 May 2023 19:17:47 +0000 (19:17 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 8 May 2023 19:17:47 +0000 (19:17 +0000)
verilator/microwatt-verilator.cpp

index 5c7a82e7d607fc1a454e4fdd99d9c657616703f1..2075fd45547e2ab3e02a58f4465a4fe873f78585 100644 (file)
@@ -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");