Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
| | |||||
* | Add argc and argv to vpi_get_vlog_info() | Marlon James | 2020-11-19 | 1 | -2/+4 |
| | |||||
* | vhdl: handle force/release statements in translate and grt. For #1416 | Tristan Gingold | 2020-08-03 | 1 | -7/+12 |
| | |||||
* | Return success in vpi_get_vlog_info | Kaleb Barrett | 2020-07-19 | 1 | -1/+1 |
| | |||||
* | Return correct verison number in vpi_get_vlog_info | Kaleb Barrett | 2020-07-19 | 1 | -2/+4 |
| | |||||
* | Constants in vpi (#1297) | Ben Reynwar | 2020-05-10 | 1 | -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 #1256 | Tristan Gingold | 2020-04-24 | 1 | -10/+56 |
| | |||||
* | grt-vpi: free iterator to fix memory leak. Fix #1233 | Tristan Gingold | 2020-04-17 | 1 | -2/+25 |
| | |||||
* | vpi_handle_by_name: handle extended identifiers. Fix #1228 | Tristan Gingold | 2020-04-15 | 1 | -1/+12 |
| | |||||
* | grt-vpi: automatically free handlers for callbacks. Fix #1226 | Tristan Gingold | 2020-04-15 | 1 | -8/+53 |
| | |||||
* | Partial revert of #753. | Tristan Gingold | 2019-02-23 | 1 | -1/+1 |
| | |||||
* | grt-vpi: add more properties, decode them, fix style. | Tristan Gingold | 2019-02-23 | 1 | -0/+14 |
| | |||||
* | VPI: add support for detecting ports and their directions (#753) | Kammie | 2019-02-14 | 1 | -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 Gingold | 2018-12-16 | 1 | -0/+1 |
| | |||||
* | Pass time-resolution to grt. | Tristan Gingold | 2018-10-21 | 1 | -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 Gingold | 2018-09-16 | 1 | -4/+4 |
| | |||||
* | vpi/force signals: ensure value propagation. | Tristan Gingold | 2018-02-25 | 1 | -8/+6 |
| | | | | Fix #531 | ||||
* | Fix VhpiNameP for VhpiForGenerateK: add generate label. | Tristan Gingold | 2017-10-31 | 1 | -4/+4 |
| | | | | Fix #450 | ||||
* | vpi: report timeprecision as 1ps | Tristan Gingold | 2017-09-04 | 1 | -2/+2 |
| | | | | Fix #403 | ||||
* | vpi: avoid a crash on anynomous subtype. | Tristan Gingold | 2017-06-09 | 1 | -1/+1 |
| | | | | Fix #283 | ||||
* | vpi: CbNextSimTime is one-shot. | Tristan Gingold | 2017-06-09 | 1 | -36/+42 |
| | | | | Fix #281 | ||||
* | grt-vpi: still trace callback in case of crash. | Tristan Gingold | 2017-06-09 | 1 | -2/+2 |
| | |||||
* | implement vpi_free_object | Sijmen Woutersen | 2016-11-16 | 1 | -5/+13 |
| | |||||
* | Initial work to support vpi via dll on windows. | Tristan Gingold | 2016-07-10 | 1 | -4/+4 |
| | | | | Fixes #116 | ||||
* | vpi: add vpi_vprintf. | Tristan Gingold | 2016-07-09 | 1 | -9/+0 |
| | |||||
* | vpi: handle parameters/generics. | Tristan Gingold | 2016-07-03 | 1 | -61/+86 |
| | |||||
* | grt-vcd: rename vcd_var_kind to vcd_var_type. | Tristan Gingold | 2016-07-03 | 1 | -7/+7 |
| | |||||
* | vpi: use a variable buffer for vpi_get_value. | Tristan Gingold | 2016-06-28 | 1 | -34/+28 |
| | | | | | | vstrings: add Reset and Get_C_String. Close #98 | ||||
* | vpi: improve traces (trace all callbacks, trace format) | Tristan Gingold | 2016-06-24 | 1 | -25/+72 |
| | |||||
* | grt: add grt-strings, use case insensitive compare for vpi_handle_by_name | Tristan Gingold | 2016-06-22 | 1 | -6/+13 |
| | | | | Fixes potentialventures/cocotb#460 | ||||
* | fst: dump enumerations. | Tristan Gingold | 2016-06-17 | 1 | -14/+11 |
| | |||||
* | vpi: add missing properties for cocotb. | Tristan Gingold | 2016-06-15 | 1 | -0/+3 |
| | | | | Fixes #56 | ||||
* | vpi: improve --vpi-trace output. | Tristan Gingold | 2016-06-15 | 1 | -53/+454 |
| | |||||
* | Pass signal values to interfaces. 'sigptr' optimization. | Tristan Gingold | 2015-12-18 | 1 | -3/+2 |
| | | | | Improve simulation speed by about 20%. | ||||
* | Rework callbacks, support cocotb. | Tristan Gingold | 2015-10-30 | 1 | -246/+553 |
| | |||||
* | grt: add --list-features, and --has-feature | Tristan Gingold | 2015-09-14 | 1 | -1/+2 |
| | |||||
* | grt-vcd: in verilog_wire_info, replace addr by sigs. | Tristan Gingold | 2014-12-01 | 1 | -10/+8 |
| | |||||
* | Move files and dirs from translate/ | Tristan Gingold | 2014-11-05 | 1 | -0/+988 |