Skip to content

Fix test running on Windows#2

Merged
samitbasu merged 1 commit intosamitbasu:mainfrom
stellar-aria:main
Feb 16, 2024
Merged

Fix test running on Windows#2
samitbasu merged 1 commit intosamitbasu:mainfrom
stellar-aria:main

Conversation

@stellar-aria
Copy link
Copy Markdown
Contributor

@stellar-aria stellar-aria commented Feb 14, 2024

Ran into some issues running the standard cargo test on Windows, these are just a fix and more verbose error messages so that if other people run into them, the problem is a bit more obvious.

Primarily, it's that the output of iverilog isn't executable on Windows (and really isn't on *nix either, it's just got a shebang in that case) and has to be run with vvp as stated in the manpage:
The output from the iverilog command is not by itself executable on any platform. Instead, the vvp program is invoked to execute the generated output file.

@samitbasu
Copy link
Copy Markdown
Owner

Thanks! Much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants