I'm trying to compile a simple verilog file using xmvlog. I run the following command,
"xmvlog myfile.v"
Then I get the following error,
"xmvlog: *F,DIRDEC: Can't save decompressed versions of compressed files."
I used to use xmvlog with no issues, this error started to come up now. The message is not helpful either. How can I solve this?
I appreciate any help, thanks in advance.