I am using the parameter
keyword to define a state, i.e., RESET
= 5 b00000. If I want to use $display
to print out the state name instead of the binary representation, or display the state name in my simulation wave viewer, how can I do this? It doesn t work to try to print it out as a string (as you would expect), so I m wondering if this can be done.
SCENARIO I m writing a cmdlet for Powershell 2.0 using Visual Studio 2008 and .NET 3.5 the cmdlet requires 3 arguments. my intended grammar of the cmdlet is something like this: cmdletname [foo|...