I guess I'm missing something #726
kcameron4456
started this conversation in
General
Replies: 1 comment 1 reply
-
You're calling parseCommandLine but haven't defined any arguments to be parsed. You can call addStandardArgs to get the default ones, or define some of your own, or both. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi gang,
I'm interested to see if I can write a viable System Verilog simulator. I stumbled upon slang and it look s like it might be a good choice for me. I've been experimenting with simple test code to see if I can see some life and get accustomed to the resultant structures. Unfortunately, I haven't seen any life yet. I'm sure someone here can easily see what I'm doing wrong.
Here's my stuff:
I don't understand the error. What options are missing?
Beta Was this translation helpful? Give feedback.
All reactions