mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
In MinGW, when parameters are passed to vhdlpp by ivlpp, single quotes are treated as ordinary characters. Use double quotes instead, as is done in the driver. Also, MinGW does not have a standard mkdir() function, so we need to convert calls to mkdir() into calls to _mkdir().