Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpcosim VPI module and iverilog tests now compile on Windows (MinGW64). #124

Merged
merged 1 commit into from Aug 31, 2018

Conversation

cr1901
Copy link
Collaborator

@cr1901 cr1901 commented Jul 5, 2018

Title is self-explanatory. The changes I had to make consist of:

  • iverilog thought -o was a file, not a command line parameter, when invoked, so all tests using iverilog would fail. This seems to be a (currently unfixed as of June 28, 2018) bug. So I swapped command line argument order so iverilog is happy with the command line.
  • VPI does work on Windows, but neither the default include paths nor libraries worked as-is, so I added the relevant libraries a user is expected to link against, and I created a VPI_ROOT CMake variable that I expect Windows users to set (the defaults do not make sense on Windows). Even though there are no VPI tests at present, a successful run of gpcosim can be seen in the below image.
    image

@azonenberg azonenberg merged commit 628e60a into azonenberg:master Aug 31, 2018
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.

None yet

2 participants