Forum Discussion
Altera_Forum
Honored Contributor
13 years agoi can see that the command that chokes is:
quartus_map not_a_project --generate_hdl_interface=foo.v --source=foo.v quartus_map can take an argument, -l, which gives the search path. if i manually construct that command line with the proper -l argument, quartus_map can compile foo.v with its `include "foo.h". but how in the world do i get ip-generate to call quartus_map like this? do i have to customize the script that ip-generate is running?