Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grt-fst: padd time resolution. Fix #1365 | Tristan Gingold | 2020-06-11 | 1 | -2/+3 |
| | |||||
* | grt: add check for empty stack2. | Tristan Gingold | 2020-06-04 | 3 | -4/+27 |
| | |||||
* | grt-lib: minor reformatting. | Tristan Gingold | 2020-06-04 | 1 | -5/+3 |
| | |||||
* | grt: do not export disp_process_name. | Tristan Gingold | 2020-06-04 | 3 | -6/+4 |
| | |||||
* | grt: add and document option --asserts | Tristan Gingold | 2020-06-02 | 3 | -22/+40 |
| | |||||
* | grt: call finalizer after std.env.finish/stop. For #1347 | Tristan Gingold | 2020-05-31 | 2 | -1/+3 |
| | |||||
* | grt: implement --backtrace-severity. For #1338 | Tristan Gingold | 2020-05-25 | 4 | -13/+50 |
| | |||||
* | grt: fix warnings from gnatgpl2020. | Tristan Gingold | 2020-05-23 | 5 | -17/+24 |
| | | | | Was actuals overlap. | ||||
* | ghwlib: fix non-initialized field for ghw_disp_hie. | Tristan Gingold | 2020-05-20 | 1 | -0/+1 |
| | |||||
* | ghwlib: never display the NO_SIG terminator. | Tristan Gingold | 2020-05-20 | 1 | -5/+2 |
| | |||||
* | ghwdump should handle zero-length signals (#1327) | Ben Reynwar | 2020-05-20 | 1 | -1/+1 |
| | | | | | * Adding a test for issue #1326 to check that ghwdump doesn't crash with a zero-length signal. * Remove an assertion from ghwlib that prevents zero-length signals. | ||||
* | grt: move severity levels from errors to grt.severity. | Tristan Gingold | 2020-05-14 | 6 | -8/+40 |
| | |||||
* | Adding some comments to the RTI processing. (#1304) | Ben Reynwar | 2020-05-12 | 3 | -15/+73 |
| | |||||
* | Constants in vpi (#1297) | Ben Reynwar | 2020-05-10 | 4 | -13/+47 |
| | | | | | | | | | | | | | | | | | * 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 | ||||
* | Makefiles: fixed race condition in creation of "grt" directory before main.o ↵ | Forrest Voight | 2020-04-24 | 1 | -6/+6 |
| | | | | is put in it (#1260) | ||||
* | grt-vpi: handle read/write of enums. Fix #1256 | Tristan Gingold | 2020-04-24 | 1 | -10/+56 |
| | |||||
* | grt-vpi: potential fix for win32 regression detected by #1228 | Tristan Gingold | 2020-04-17 | 1 | -1/+2 |
| | |||||
* | 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 | 2 | -8/+55 |
| | |||||
* | Automatically add -Wl,-u,ghdl_main when -shared is used. For #640 | Tristan Gingold | 2020-04-15 | 1 | -6/+20 |
| | |||||
* | synth: also try to open files (during synthesis) relative to current unit. | Tristan Gingold | 2020-04-13 | 2 | -2/+22 |
| | | | | Fix #1190 | ||||
* | grt: handle argc=0 and argv/=null in ghdl_main (#1206) (#1215) | umarcor | 2020-04-12 | 1 | -7/+5 |
| | |||||
* | grt: handle argc=0 in ghdl_main. Fix #1206 | Tristan Gingold | 2020-04-11 | 1 | -1/+7 |
| | |||||
* | grt and ghdldrv: extract grt-exec.lst from grt.lst. For #640 | Tristan Gingold | 2020-04-10 | 1 | -2/+6 |
| | |||||
* | grt: separate exec and all link options. For #640 | Tristan Gingold | 2020-04-10 | 1 | -5/+21 |
| | |||||
* | grt-types: declare ghdl_u8. | Tristan Gingold | 2020-04-06 | 1 | -1/+2 |
| | |||||
* | grt/ghdl_main: add comments. | Tristan Gingold | 2020-04-06 | 1 | -0/+7 |
| | |||||
* | grt: slightly simplify the interface. | Tristan Gingold | 2020-04-02 | 3 | -18/+4 |
| | |||||
* | grt: add code to support systemc co-simulation. | Tristan Gingold | 2020-04-02 | 10 | -48/+147 |
| | |||||
* | vhdl: handle CR+LF for readline in grt. Fix #1145 | Tristan Gingold | 2020-02-25 | 2 | -18/+62 |
| | | | | | | | Previously CR+LF was handled in std.textio.readline. But that doesn't work if CR is at position 128 because we would need to read the next character. Now untruncated_text_read handles CR/CR+LF/LF and calls ungetc if needed. | ||||
* | disable backtrace on android (#1142) | umarcor | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | grt: split grt-errors, disp current process. | Tristan Gingold | 2020-02-10 | 18 | -104/+183 |
| | |||||
* | gcc: allow to build grt-cstdio with c++. | Tristan Gingold | 2019-11-20 | 1 | -0/+8 |
| | |||||
* | synth: handle untruncated_text_read. | Tristan Gingold | 2019-11-16 | 2 | -14/+9 |
| | |||||
* | grt-files_operations: reduce dependencies. | Tristan Gingold | 2019-11-15 | 2 | -19/+20 |
| | |||||
* | grt: split grt-cbinding into grt-cstdio.c and grt-cgnatrts.c | Tristan Gingold | 2019-11-15 | 3 | -43/+67 |
| | |||||
* | synth: add support for file declarations. | Tristan Gingold | 2019-11-13 | 2 | -0/+775 |
| | |||||
* | vhdl: remove severity from cover, report and severity from assume. | Tristan Gingold | 2019-08-08 | 2 | -11/+6 |
| | |||||
* | Add support for PSL assumptions, used in formal verification (#880) | Pepijn de Vos | 2019-08-07 | 5 | -0/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * vhdl: make the parser understand PSL assume * assume does not actually have report according to the spec. Just a property. * add SPL assume to semantic analysis * canonicalise PSL assume * add assume to annotations * add PSL assume to simulation code * statement -> directive * add assume to translation files * update ticked24 testcase * correctly parse assume * add assume testcase * refactor chunk of duplicated code | ||||
* | Remove unused use clause. | Tristan Gingold | 2019-06-06 | 1 | -1/+0 |
| | |||||
* | libghdlsynth: fix build failure. | Tristan Gingold | 2019-06-06 | 1 | -1/+1 |
| | | | | Might be worth to add a dedicated grt.modules body. | ||||
* | grt: remove more useless use clauses. | Tristan Gingold | 2019-06-03 | 1 | -2/+0 |
| | |||||
* | grt-vstrings: do not depend on grt.errors | Tristan Gingold | 2019-06-02 | 1 | -3/+4 |
| | |||||
* | grt-vstrings: refactor. | Tristan Gingold | 2019-06-02 | 2 | -26/+13 |
| | |||||
* | grt: extract grt-vstrings_io from grt-vstrings. | Tristan Gingold | 2019-06-02 | 6 | -24/+92 |
| | |||||
* | grt: extract grt.to_strings from grt.images | Tristan Gingold | 2019-06-01 | 10 | -180/+237 |
| | |||||
* | grt: add grt-dynload.ads | Tristan Gingold | 2019-04-27 | 1 | -0/+39 |
| | |||||
* | grt: rename grt-dynload.[ch] to grt-cdynload.[ch] | Tristan Gingold | 2019-04-27 | 4 | -4/+4 |
| | |||||
* | add some version to grt.ver (#800) | umarcor | 2019-04-24 | 1 | -1/+1 |
| |