You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For windows CMD and Powershell, the -p is not necessary for the mkdir command, and is unrecognized. A work around I'd suggest is to check if the OS is Windows, and remove the -p in edalize/ghdl.py
The text was updated successfully, but these errors were encountered:
I must have missed the notification in the other issue. I haven't really over scrutinized the exact intention of the operation in the code, but from the looks of things, we're simply making library directories based on the names of the libraries. According to my knowledge, the -p would only be useful if we were likely to overwrite an existing directory. I don't know if we plan on using the same folders every time a run is triggered(haven't scrutinized enough), but if so, then it might be necessary. Otherwise, we don't need it at all cause every library seems to have it's own folder.
For windows CMD and Powershell, the
-p
is not necessary for the mkdir command, and is unrecognized. A work around I'd suggest is to check if the OS is Windows, and remove the-p
inedalize/ghdl.py
The text was updated successfully, but these errors were encountered: