Fix help message

This commit is contained in:
Nikolay Puzanov 2024-04-14 16:16:45 +03:00
parent b84ec9a1c5
commit 3aee2d2f38

View File

@ -827,9 +827,8 @@
"Rules:" "Rules:"
"0. Don't fool around ;)" "0. Don't fool around ;)"
"1. The top module must be named 'testbench'." "1. The top module must be named 'testbench'."
"2. The top module must have an input clock signal." "2. Code size should not exceed 10000 characters."
"3. Code size should not exceed 10000 characters." "3. Code execution time no longer than 5 seconds.")
"4. Code execution time no longer than 5 seconds.")
"\\n")))))) "\\n"))))))
(iverilog-metatop (iverilog-metatop
(call-with-input-file IVERILOG-METATOP-FILE get-string-all)) (call-with-input-file IVERILOG-METATOP-FILE get-string-all))