mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
autodetect include dir in modelsim cosim makefile
This commit is contained in:
parent
98388018b1
commit
9fc795ca7a
@ -2,7 +2,7 @@
|
|||||||
WARNS=-Wall
|
WARNS=-Wall
|
||||||
|
|
||||||
# change this path to point to the pli include files directory for cver
|
# change this path to point to the pli include files directory for cver
|
||||||
INCS=-I /opt/Altera/11.0/modelsim_ase/include
|
INCS=-I $(shell dirname `which vsim`)/../include
|
||||||
|
|
||||||
# maybe want -O<something> and/or -g
|
# maybe want -O<something> and/or -g
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user