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