summaryrefslogtreecommitdiff
path: root/src/ghdldrv
AgeCommit message (Expand)Author
2016-01-24simul: fix various issues.Tristan Gingold
2015-12-20openieee: complete math_real (and fix uniform).Tristan Gingold
2015-12-16openieee: add numeric_std and numeric_bit.Tristan Gingold
2015-12-06Add bind only option (-b) to make command (-m).Forrest Voight
2015-12-03Use github site for reporting problems.Tristan Gingold
2015-11-30Fix ghdl_simul build.Tristan Gingold
2015-11-30Rework --dir command so that it could display ieee content.Tristan Gingold
2015-11-27Emit a warning for --ieee=synopsys if --std=08Tristan Gingold
2015-11-22backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold
2015-11-19Add symbolizer (for mcode).Tristan Gingold
2015-09-13Update README and some copyright dates.Tristan Gingold
2015-09-12Check llvm version. Fix ghdldrv --post for llvm.Tristan Gingold
2015-09-10Reimplement table package (used instead of GNAT.Table).Tristan Gingold
2015-09-08canon: do not optimize concurrent procedure calls if not whole_analyze.Tristan Gingold
2015-09-04Suppress stack switching; save process state in secondary stack.Tristan Gingold
2015-06-10Use directory of output for elaboration file.Tristan Gingold
2015-06-09ghdldrv: compile elab file in output directory.Tristan Gingold
2015-06-08ghdldrv: use output name for creating the elaboration files.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-13Change library format: now store file checksum instead of file time stamp.Tristan Gingold
2015-05-13Remove Get_File_Time_Stamp for a filename.Tristan Gingold
2015-05-12Add context declaration and reference (vhdl 2008).Tristan Gingold
2015-05-11ghdldrv: support absolute path with --elab-run.Tristan Gingold
2015-03-01Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold
2015-01-17ghdlsimul: adjust after use of name for block_specification.Tristan Gingold
2015-01-14disp_vhdl: adjust for vhdl2008 (generate, bit string).Tristan Gingold
2015-01-03Initial rework for vhdl 2008 generate statements.Tristan Gingold
2015-01-01Fix left-over in name_table remaining.Tristan Gingold
2014-12-31Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold
2014-12-30vhdl 2008: handle sized bit strings.Tristan Gingold
2014-12-23ghdldrv: remove unused variables.Tristan Gingold
2014-12-23Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold
2014-12-22Add comments.Tristan Gingold
2014-12-13PSL: allow labels on psl directives (fix ticket26).Tristan Gingold
2014-12-05llvm: add non-jit driver.Tristan Gingold
2014-11-09Split translation into child packages.Tristan Gingold
2014-11-08ghdllocal: remove debug code (trace).Tristan Gingold
2014-11-08driver: fix path simplification with ..; add missing directory separator.Tristan Gingold
2014-11-06mcode build and install from top makefile.Tristan Gingold
2014-11-05ghdldrv: reflect --disp-config changes for ghdl_mcode.Tristan Gingold
2014-11-05Move files and dirs from translate/Tristan Gingold