aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-vpi.adb
Commit message (Collapse)AuthorAgeFilesLines
* grt: extract grt-vhdl_types from grt-typesTristan Gingold2022-03-221-0/+1
|
* vpi: handle get_value for indexed names. Fix #237Tristan Gingold2021-06-101-62/+169
|
* grt-vpi: add more traces for vpi_register_systfTristan Gingold2021-06-081-4/+4
|
* grt-vcd: add get_vcd_value_kindTristan Gingold2021-06-081-4/+4
|
* grt-vpi: improve support of arraysTristan Gingold2021-06-071-5/+23
|
* grt: preliminary work to support arrays in vpiTristan Gingold2021-06-061-44/+68
|
* vpi: handle integer32 signals for vpi_put_value. Fix #1779Tristan Gingold2021-06-051-24/+49
|
* VPI: support loading multiple librariesMarlon James2021-03-021-13/+51
|
* update license headersumarcor2021-01-141-11/+9
|
* Add argc and argv to vpi_get_vlog_info()Marlon James2020-11-191-2/+4
|
* vhdl: handle force/release statements in translate and grt. For #1416Tristan Gingold2020-08-031-7/+12
|
* Return success in vpi_get_vlog_infoKaleb Barrett2020-07-191-1/+1
|
* Return correct verison number in vpi_get_vlog_infoKaleb Barrett2020-07-191-2/+4
|
* Constants in vpi (#1297)Ben Reynwar2020-05-101-5/+20
| | | | | | | | | | | | | | | | | * Adding some very basic vpi tests. * Modify test so that's it's checking VPI access to constants. * Provide VPI to access constants. * Add vpi tests to testsuite. * Fix bug to allow getting values of generic/constant boolean and std_logic. * Fix stupid copying mistake in last commit. * Formatting and trying to get tests working on windows. * Fixing comment and removing redundant VhpiConstantDeclK
* grt-vpi: handle read/write of enums. Fix #1256Tristan Gingold2020-04-241-10/+56
|
* grt-vpi: free iterator to fix memory leak. Fix #1233Tristan Gingold2020-04-171-2/+25
|
* vpi_handle_by_name: handle extended identifiers. Fix #1228Tristan Gingold2020-04-151-1/+12
|
* grt-vpi: automatically free handlers for callbacks. Fix #1226Tristan Gingold2020-04-151-8/+53
|
* Partial revert of #753.Tristan Gingold2019-02-231-1/+1
|
* grt-vpi: add more properties, decode them, fix style.Tristan Gingold2019-02-231-0/+14
|
* VPI: add support for detecting ports and their directions (#753)Kammie2019-02-141-5/+30
| | | | | | | | * VPI: add support for detecting ports and their directions * fix indentation * address gna/issue450: hack to include "ports" in "net" iteration
* Extract grt.astdio.vhdl from grt.astdio.Tristan Gingold2018-12-161-0/+1
|
* Pass time-resolution to grt.Tristan Gingold2018-10-211-3/+3
| | | | | | | | | Use time-resolution for Put_Time. Use time-resolution for --stop-time (Parse_Time). Use time-resolution as VpiTimePrecision and for vcd. TODO: ghw (but needs to update ghwlib and gtkwave) Fix #672
* grt: rework error API (WIP).Tristan Gingold2018-09-161-4/+4
|
* vpi/force signals: ensure value propagation.Tristan Gingold2018-02-251-8/+6
| | | | Fix #531
* Fix VhpiNameP for VhpiForGenerateK: add generate label.Tristan Gingold2017-10-311-4/+4
| | | | Fix #450
* vpi: report timeprecision as 1psTristan Gingold2017-09-041-2/+2
| | | | Fix #403
* vpi: avoid a crash on anynomous subtype.Tristan Gingold2017-06-091-1/+1
| | | | Fix #283
* vpi: CbNextSimTime is one-shot.Tristan Gingold2017-06-091-36/+42
| | | | Fix #281
* grt-vpi: still trace callback in case of crash.Tristan Gingold2017-06-091-2/+2
|
* implement vpi_free_objectSijmen Woutersen2016-11-161-5/+13
|
* Initial work to support vpi via dll on windows.Tristan Gingold2016-07-101-4/+4
| | | | Fixes #116
* vpi: add vpi_vprintf.Tristan Gingold2016-07-091-9/+0
|
* vpi: handle parameters/generics.Tristan Gingold2016-07-031-61/+86
|
* grt-vcd: rename vcd_var_kind to vcd_var_type.Tristan Gingold2016-07-031-7/+7
|
* vpi: use a variable buffer for vpi_get_value.Tristan Gingold2016-06-281-34/+28
| | | | | | vstrings: add Reset and Get_C_String. Close #98
* vpi: improve traces (trace all callbacks, trace format)Tristan Gingold2016-06-241-25/+72
|
* grt: add grt-strings, use case insensitive compare for vpi_handle_by_nameTristan Gingold2016-06-221-6/+13
| | | | Fixes potentialventures/cocotb#460
* fst: dump enumerations.Tristan Gingold2016-06-171-14/+11
|
* vpi: add missing properties for cocotb.Tristan Gingold2016-06-151-0/+3
| | | | Fixes #56
* vpi: improve --vpi-trace output.Tristan Gingold2016-06-151-53/+454
|
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-3/+2
| | | | Improve simulation speed by about 20%.
* Rework callbacks, support cocotb.Tristan Gingold2015-10-301-246/+553
|
* grt: add --list-features, and --has-featureTristan Gingold2015-09-141-1/+2
|
* grt-vcd: in verilog_wire_info, replace addr by sigs.Tristan Gingold2014-12-011-10/+8
|
* Move files and dirs from translate/Tristan Gingold2014-11-051-0/+988