|
From: Carlos S. <cse...@lb...> - 2008-04-04 19:10:34
|
Hello,
I was instinctively using the -L option in the iverilog-vpi command line
and found a couple of issues. First, it wouldn't complain or print a
usage message about a not defined option (-L) since there is not a
default in the case block handling them. Then it came the wish of being
able to add them to the icarus ldflags and found a walk-around which is:
gcc -o <output file> <object files> -Lsomething -lsomething
`iverilog-vpi --ldflags`
Cheers,
Carlos Serrano
|