Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More changes for the MinGW32/MinGW64 build flow and for the llvm back-end. | Patrick Lehmann | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | A first changeset for MinGW32 and MinGW64 to compile GHDL with mcode and ↵ | Patrick Lehmann | 2016-06-30 | 2 | -4/+5 |
| | | | | llvm backend on Windows x86-64. | ||||
* | vpi: use a variable buffer for vpi_get_value. | Tristan Gingold | 2016-06-28 | 3 | -34/+43 |
| | | | | | | vstrings: add Reset and Get_C_String. Close #98 | ||||
* | Jonsba/master (#100) | Jonsba | 2016-06-28 | 4 | -0/+20 |
| | | | | | | | | | | | | * Add a --unbuffered option for simulation. It disables buffering for stdout, stderr and files opened in write or append mode (TEXTIO). Fixes #87 * Some simplifications made on the previous commit. Documentation added for --unbuffered in Simulation_and_runtime.rst. * Some more simplifications on unbuffered writes support for TEXTIO * Fix a style issue failure reported by Travis-CI | ||||
* | vpi: call last_known_delta after initialization (if makes sense). | Tristan Gingold | 2016-06-24 | 1 | -0/+7 |
| | | | | closes #93 | ||||
* | 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 | 7 | -70/+105 |
| | | | | Fixes potentialventures/cocotb#460 | ||||
* | fst: dump enumerations. | Tristan Gingold | 2016-06-17 | 6 | -96/+173 |
| | |||||
* | vpi: add missing properties for cocotb. | Tristan Gingold | 2016-06-15 | 2 | -1/+7 |
| | | | | Fixes #56 | ||||
* | vpi: improve --vpi-trace output. | Tristan Gingold | 2016-06-15 | 2 | -53/+457 |
| | |||||
* | Handle default parameters for file_open. | Tristan Gingold | 2016-06-02 | 1 | -4/+10 |
| | | | | Display backtrace for error in file_open. | ||||
* | vpi: add vpiSize. | Tristan Gingold | 2016-05-26 | 1 | -0/+1 |
| | |||||
* | avhpi: handle unbound component | Tristan Gingold | 2016-05-26 | 1 | -1/+8 |
| | | | | for issue 71. | ||||
* | ghwdump: make output more easily readable. | Tristan Gingold | 2016-05-23 | 3 | -57/+116 |
| | |||||
* | Add new vpi symbols to grt.ver | Tristan Gingold | 2016-04-29 | 1 | -0/+3 |
| | | | | For issue 56 | ||||
* | grt-fst.adb: remove reference to unused entity, | Tristan Gingold | 2016-04-29 | 1 | -3/+0 |
| | | | | Fix issue 57 | ||||
* | ghw: extract declarations to grt-ghw.ads | Tristan Gingold | 2016-03-29 | 2 | -37/+64 |
| | |||||
* | grt: add comments. | Tristan Gingold | 2016-03-25 | 1 | -0/+7 |
| | |||||
* | PSL: add clocked SERE, make endpoints visible from VHDL. | Tristan Gingold | 2016-03-22 | 3 | -16/+42 |
| | |||||
* | Always run finalizers (unless failure). | Tristan Gingold | 2016-03-20 | 3 | -18/+4 |
| | |||||
* | Always execute finalizers and end hooks after simulation. | Tristan Gingold | 2016-03-19 | 4 | -5/+18 |
| | | | | Fix for issue45. | ||||
* | grt-psl.adb: fix build failure (unused package). | Tristan Gingold | 2016-03-18 | 1 | -1/+0 |
| | |||||
* | PSL: add counters, generate rti and add --psl-report | Tristan Gingold | 2016-03-18 | 10 | -17/+339 |
| | |||||
* | grt-backtraces: fix option prefix check. | Tristan Gingold | 2016-03-16 | 1 | -1/+1 |
| | |||||
* | stack2: use a minimal size for chunks. | Tristan Gingold | 2016-03-15 | 1 | -23/+33 |
| | |||||
* | Improve behaviour of secondary stack. | Tristan Gingold | 2016-03-15 | 1 | -9/+5 |
| | | | | Fix speed issue of bug040. | ||||
* | grt: fix incorrect use of stdout for some errors. | Tristan Gingold | 2016-02-22 | 2 | -10/+12 |
| | |||||
* | grt: remove rti field in signals (to reduce space). | Tristan Gingold | 2016-02-21 | 2 | -71/+5 |
| | |||||
* | grt-backtraces-gcc: add pragma unreferenced. | Tristan Gingold | 2016-02-21 | 1 | -1/+4 |
| | |||||
* | Refactoring in simulate in order to link with ortho. | Tristan Gingold | 2016-02-20 | 1 | -0/+39 |
| | |||||
* | ghwlib: handle b2 range, fix print of multi-dim arrays. | Tristan Gingold | 2016-02-02 | 2 | -1/+16 |
| | |||||
* | grt rtis_addr: handle B1 ranges. | Tristan Gingold | 2016-01-25 | 2 | -5/+34 |
| | |||||
* | simul: fix various issues. | Tristan Gingold | 2016-01-24 | 1 | -1/+6 |
| | |||||
* | Reorder fields in signals for alignment. | Tristan Gingold | 2016-01-09 | 1 | -1/+3 |
| | |||||
* | std_logic_1164: fix number of warnings for matching equality. | Tristan Gingold | 2016-01-07 | 1 | -18/+32 |
| | | | | Fix issue 14. | ||||
* | grt-stack2: Fix unreferenced entity. | Tristan Gingold | 2016-01-06 | 1 | -1/+0 |
| | |||||
* | grt-fst: remove unreferenced with-ed package. | Tristan Gingold | 2016-01-06 | 1 | -1/+0 |
| | |||||
* | grt-lib: Remove unused with-ed package. | Tristan Gingold | 2016-01-06 | 1 | -2/+1 |
| | |||||
* | Pass signal values to interfaces. 'sigptr' optimization. | Tristan Gingold | 2015-12-18 | 10 | -318/+248 |
| | | | | Improve simulation speed by about 20%. | ||||
* | backtrace: demangle operators. | Tristan Gingold | 2015-11-30 | 1 | -0/+65 |
| | |||||
* | backtrace: add support for windows and for llvm (via libbacktrace). | Tristan Gingold | 2015-11-22 | 11 | -23/+376 |
| | |||||
* | Add symbolizer (for mcode). | Tristan Gingold | 2015-11-19 | 9 | -33/+483 |
| | | | | Display a backtrace in case of failed check or assert failure. | ||||
* | Remove deprecated .version. | Tristan Gingold | 2015-11-07 | 1 | -3/+2 |
| | |||||
* | Rework --stop-time to not display a message if simulation is already finished. | Tristan Gingold | 2015-10-31 | 3 | -23/+14 |
| | |||||
* | Rework callbacks, support cocotb. | Tristan Gingold | 2015-10-30 | 26 | -494/+1505 |
| | |||||
* | Fix build of jumps.c on i386/linux. | Tristan Gingold | 2015-09-30 | 1 | -3/+9 |
| | |||||
* | Remove unused files. | Tristan Gingold | 2015-09-26 | 2 | -13/+0 |
| | |||||
* | Fix GRT_EXTRA_LIB, remove grt-arch (unused). | Tristan Gingold | 2015-09-17 | 2 | -14/+7 |
| | |||||
* | grt: add --list-features, and --has-feature | Tristan Gingold | 2015-09-14 | 14 | -19/+93 |
| | |||||
* | Remove unused files (were for stack switching). | Tristan Gingold | 2015-09-13 | 9 | -1905/+0 |
| |