Fix spacing in compile command comment

This commit is contained in:
silicon 2026-04-04 00:59:38 +05:30 committed by GitHub
parent 9b0d46b4bf
commit f65d5024a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
*
* Compile this program with the command:
*
* iverilog -ohello hello.vl
* iverilog -o hello hello.vl
*
* After churning for a little while, the program will create the output
* file "hello" which is compiled, linked and ready to run. Run this