Thursday, February 04, 2021

Re: Update lang/iverilog to 11.0 (fixes no-common)

Hello.

So, I love OpenBSD, and I love icarus verilog.
Here are my Two Cents:


Within the sources, the file driver/main.c, I found this:

-x-x-x-x-x-x-x-x-x-

#ifndef __MINGW32__
/* First try the location specified in the build process. */
if (access(IVL_ROOT, F_OK) != -1) {
assert(strlen(IVL_ROOT) < sizeof ivl_root);
strcpy(ivl_root, IVL_ROOT);
return;
}

No comments:

Post a Comment