Add the --ccflags option to iverilog-vpi
This commit is contained in:
parent
62e0f59b07
commit
6c9b3c39b4
|
|
@ -96,6 +96,11 @@ do
|
||||||
exit;
|
exit;
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
--ccflags)
|
||||||
|
echo "$CXXFLAGS"
|
||||||
|
exit;
|
||||||
|
;;
|
||||||
|
|
||||||
--ldflags)
|
--ldflags)
|
||||||
echo "$LDFLAGS"
|
echo "$LDFLAGS"
|
||||||
exit;
|
exit;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue