-
Notifications
You must be signed in to change notification settings - Fork 46
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
VUnit based project runs error on Windows due to mkdir -p
#472
Comments
For windows CMD and Powershell, the |
Having the same issue here. In my case I am trying a "GHDL"-Run with the "half_adder" example. Regards, |
I did some digging earlier and realized it's an issue with edalize. I opened an issue there: olofk/edalize#403. Unfortunately, doesn't seem like they'll fix it soon, so I fixed mine by changing the It fixed that particular bug for me, although I found another one related to ghdl failing to find the main vhd tb file I was attempting to simulate |
Sorry for being a bit slow here. Looking at the code I wonder if we need the |
Describe the bug
When trying to run a project whose sources are got from a vunit file, an error is thrown when trying to create directories:
I reckon the error is due to the whatever
make
command is being used, as it doesn't work directly on Windows.To Reproduce
Create a VUnit
run.py
, a VHDL file and it's test bench.Create and an empty project in TerosHDL.
Load source files to the project using VUnit run.py.
Set the testbench as the toplevel and try to run.
Please complete the following information:
The text was updated successfully, but these errors were encountered: