aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlvpi.adb
Commit message (Collapse)AuthorAgeFilesLines
* Fix include-dir paths returned by cmdline _again_Daniel Gröber2022-03-141-1/+2
| | | | | | --libghdl-include-dir should point at a directory containing a ghdl/ subdirectory while --vpi-include-dir should point right at the ghdl/ subdir.
* mk: Introduce configure options for inc/libdirsuffixDaniel Gröber2022-03-111-4/+3
| | | | | | | | This patch is based on one from the Debian ghdl packaging. We use it to support coinstallability of the different ghdl backend executables. Force prepending ghdl/ to the include path really doesn't help us with that any. Note this effectively reverts 786ca17ce.
* ghdlvpi.adb: use Directory_Separator.Tristan Gingold2021-03-071-1/+3
|
* Include directory structure proposal.Michał Kruszewski2021-03-071-1/+1
|
* VHPI: add initial minimal implementationMarlon James2021-03-041-8/+8
| | | | | | | | Minimal implementation of VHPI provides library loading and error support. Calling most vhpi_* functions will raise a VHPI error condition. Incorporates VHPI thunks into libghdlvpi for linking.
* Makefile: put libraries in lib/. For #1642Tristan Gingold2021-02-131-2/+1
|
* update license headersumarcor2021-01-141-11/+9
|
* cli: rework syntax, add commands without '-' or '--'umarcor2020-09-201-8/+14
|
* ghdldrv: Make Perform_Action cmd parameter in out.Tristan Gingold2020-04-101-4/+4
| | | | So that it can change the flags written by decode_option.
* ghdlsynth: add command to get libghdl paths.Tristan Gingold2019-08-141-22/+2
|
* ghdldrv: move command_str_disp from ghdlvpi to ghdlmainTristan Gingold2019-08-141-38/+3
|
* ghdllocal: correctly disp GHDL_PREFIX in --disp-config.Tristan Gingold2019-07-091-2/+2
|
* Error_Msg_Option: do not raise exception.Tristan Gingold2019-06-251-3/+4
|
* Add simple_IO - to be used instead of Text_IO.Tristan Gingold2019-05-191-1/+2
|
* ghdldrv: Cmd argument of Perform_Action is now in.Tristan Gingold2018-12-161-6/+6
|
* Fix typo: paths.Tristan Gingold2017-05-181-1/+1
|
* ghdlvpi: add --vpi-library-dir-unixTristan Gingold2016-12-201-2/+36
|
* build and vpi: adjust for windows.Tristan Gingold2016-07-201-7/+20
|
* vpi: add and document new optionsTristan Gingold2016-07-141-84/+160
|
* Add commands to build vpi modules (WIP)Tristan Gingold2016-07-141-0/+211