summaryrefslogtreecommitdiff
path: root/src/grt
AgeCommit message (Expand)Author
2016-01-24simul: fix various issues.Tristan Gingold
2016-01-09Reorder fields in signals for alignment.Tristan Gingold
2016-01-07std_logic_1164: fix number of warnings for matching equality.Tristan Gingold
2016-01-06grt-stack2: Fix unreferenced entity.Tristan Gingold
2016-01-06grt-fst: remove unreferenced with-ed package.Tristan Gingold
2016-01-06grt-lib: Remove unused with-ed package.Tristan Gingold
2015-12-18Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold
2015-11-30backtrace: demangle operators.Tristan Gingold
2015-11-22backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold
2015-11-19Add symbolizer (for mcode).Tristan Gingold
2015-11-07Remove deprecated .version.Tristan Gingold
2015-10-31Rework --stop-time to not display a message if simulation is already finished.Tristan Gingold
2015-10-30Rework callbacks, support cocotb.Tristan Gingold
2015-09-30Fix build of jumps.c on i386/linux.Tristan Gingold
2015-09-26Remove unused files.Tristan Gingold
2015-09-17Fix GRT_EXTRA_LIB, remove grt-arch (unused).Tristan Gingold
2015-09-14grt: add --list-features, and --has-featureTristan Gingold
2015-09-13Remove unused files (were for stack switching).Tristan Gingold
2015-09-12Adjust windows code.Tristan Gingold
2015-09-12Tentatively fix win32 support.Tristan Gingold
2015-09-04Suppress stack switching; save process state in secondary stack.Tristan Gingold
2015-08-29Replace fat accesses by bounds accessesTristan Gingold
2015-06-20Adjust previous patch.Tristan Gingold
2015-06-18signals: simplify and fix code for delayed signals.Tristan Gingold
2015-06-07Initial support of DragonFly.Tristan Gingold
2015-06-05Rework procedure calls, now use a record to pass parameters.Tristan Gingold
2015-05-30write: do not implicitely append LF.Tristan Gingold
2015-05-21Rework exit handling to correctly report exit status.Tristan Gingold
2015-05-20Handle to_string for i64 numbers.Tristan Gingold
2015-05-14Handle evaluation of to_string for enumeration and integer types.Tristan Gingold
2015-05-14vhdl 2008: allow to read out ports.Tristan Gingold
2015-05-11Allow generic without default values in top-level entity.Tristan Gingold
2015-03-14generic override: handle enumerated types.Tristan Gingold
2015-03-14Fix thinko in grt.values (after handling i32 generic override).Tristan Gingold
2015-03-13generic override: handle i32.Tristan Gingold
2015-03-11Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlibTristan Gingold
2015-03-11Fix truncated simple name in fst dump.Tristan Gingold
2015-03-07Implement ticket 37: add switch -gNAME=VAL to override top entity generics.Tristan Gingold
2015-03-01Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold
2015-01-30grt: fix protected object lock during elaboration.Tristan Gingold
2015-01-24Fix typos in grt and translation.adb for vhdl2008 (gcc).Tristan Gingold
2015-01-17grt-signals: avoid possible unaligned pointer dereference.Tristan Gingold
2015-01-15grt-disp_rti: fix thinko (no blocks for if-generate).Tristan Gingold
2015-01-13grt.avhpi: adjust after rti change.Tristan Gingold
2015-01-12sem: fix Can_Collapse_Signals regression.Tristan Gingold
2015-01-12grt: improve --disp-signals-table output.Tristan Gingold
2015-01-10grt-signals: code factorization.Tristan Gingold
2015-01-10Initialize direct driver value.Tristan Gingold
2015-01-10sdf annotation: fix read buffer within a qstring (from Kim Taylor).Tristan Gingold
2015-01-10sdf annotation: handle tremoval, handle negative values. From Kim Taylor.Tristan Gingold