index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ghdldrv
/
ghdlrun.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
ghdlrun: extract trans_foreign
Tristan Gingold
2023-01-27
1
-108
/
+6
*
ghdldrv: extract trans_link from ghdlrun
Tristan Gingold
2023-01-21
1
-459
/
+4
*
vhdl: refactoring - remove trans_be, mainly added to vhdl-back_end
Tristan Gingold
2023-01-16
1
-5
/
+5
*
grt: add modules in ghdl_main instead of grt-main
Tristan Gingold
2023-01-05
1
-0
/
+2
*
translate, grt: add lib function for div and rem.
Tristan Gingold
2022-10-02
1
-0
/
+8
*
Makefile.in: allow build of ghdl_mcode with sundials enabled
Tristan Gingold
2022-07-21
1
-0
/
+25
*
ghdlcomp(common_compile_elab): add allow_undef_generic parameter
Tristan Gingold
2022-05-16
1
-1
/
+1
*
translate: adjust null access check: add an explicit check.
Tristan Gingold
2022-03-26
1
-0
/
+2
*
grt: extract grt-vhdl_types from grt-types
Tristan Gingold
2022-03-22
1
-1
/
+2
*
Add explicit ?>= and ?> functions for translation.
Brian Padalino
2021-09-22
1
-0
/
+4
*
update license headers
umarcor
2021-01-14
1
-11
/
+9
*
ghdlrun: factorize code for finalization
Tristan Gingold
2020-12-30
1
-10
/
+2
*
Rework initialization and finalization.
Tristan Gingold
2020-12-30
1
-4
/
+6
*
ghdldrv: adjust style and some error messages.
Tristan Gingold
2020-09-20
1
-4
/
+3
*
cli: rework syntax, add commands without '-' or '--'
umarcor
2020-09-20
1
-2
/
+6
*
vhdl: handle force/release statements in translate and grt. For #1416
Tristan Gingold
2020-08-03
1
-0
/
+29
*
vhdl: add ghdl_integer_index_check_failed. For #1257
Tristan Gingold
2020-06-17
1
-0
/
+3
*
ghdldrv: Make Perform_Action cmd parameter in out.
Tristan Gingold
2020-04-10
1
-2
/
+2
*
Add support for PSL assumptions, used in formal verification (#880)
Pepijn de Vos
2019-08-07
1
-0
/
+2
*
ghdldrv: refactoring - share more code, isolate ghdlsynth from ghdlsimul.
Tristan Gingold
2019-06-29
1
-38
/
+15
*
Add simple_IO - to be used instead of Text_IO.
Tristan Gingold
2019-05-19
1
-23
/
+16
*
Make lists a generic package, add vhdl-lists.
Tristan Gingold
2019-05-09
1
-2
/
+2
*
vhdl: extract vhdl.errors from errorout.
Tristan Gingold
2019-05-08
1
-0
/
+1
*
vhdl: rename iirs to vhdl.nodes
Tristan Gingold
2019-05-05
1
-2
/
+2
*
vhdl: move nodes to vhdl.nodes_priv.
Tristan Gingold
2019-05-05
1
-2
/
+1
*
vhdl: move ieee packages to vhdl children.
Tristan Gingold
2019-05-05
1
-3
/
+3
*
vhdl: move std_standard package to vhdl child.
Tristan Gingold
2019-05-05
1
-4
/
+4
*
vhdl: move configuration package as a vhdl child.
Tristan Gingold
2019-05-05
1
-2
/
+2
*
vhdl: move canon to a vhdl child package.
Tristan Gingold
2019-05-05
1
-6
/
+6
*
vhdl: supports VHPIDIRECT in mcode backend.
Tristan Gingold
2019-04-27
1
-6
/
+69
*
ghdldrv: Cmd argument of Perform_Action is now in.
Tristan Gingold
2018-12-16
1
-2
/
+2
*
Add --max-stack-alloc option, check stack allocation of complex object.
Tristan Gingold
2018-11-23
1
-0
/
+2
*
Fix overflow detection for **, implement ** for i64.
Tristan Gingold
2018-11-14
1
-2
/
+4
*
Pass time-resolution to grt.
Tristan Gingold
2018-10-21
1
-6
/
+7
*
Add support for --time-resolution (jit only). Fix #613
Tristan Gingold
2018-08-10
1
-11
/
+57
*
Remove redundant use-clauses for gcc 8.1 compatibility
Truls Asheim
2018-05-30
1
-3
/
+0
*
Use specific error message for direction mismatch.
Tristan Gingold
2018-04-25
1
-2
/
+4
*
translation: remove some use of Nam_Buffer.
Tristan Gingold
2018-01-20
1
-4
/
+3
*
Drivers: add --pre-elab (as a stub).
Tristan Gingold
2017-11-16
1
-2
/
+27
*
Create default value for ports.
Tristan Gingold
2017-05-09
1
-0
/
+12
*
textio: use grt.fcvt to write reals.
Tristan Gingold
2017-04-19
1
-0
/
+2
*
textio: use grt.fcvt to read real numbers.
Tristan Gingold
2017-04-19
1
-0
/
+2
*
Add 'Image and 'Value for i64.
Tristan Gingold
2017-01-13
1
-0
/
+4
*
name_table: auto-initialize.
Tristan Gingold
2016-11-01
1
-1
/
+1
*
Rewrite error messages.
Tristan Gingold
2016-08-02
1
-4
/
+4
*
backtrace: add support for windows and for llvm (via libbacktrace).
Tristan Gingold
2015-11-22
1
-1
/
+2
*
Add symbolizer (for mcode).
Tristan Gingold
2015-11-19
1
-0
/
+2
*
Suppress stack switching; save process state in secondary stack.
Tristan Gingold
2015-09-04
1
-0
/
+2
*
Rework exit handling to correctly report exit status.
Tristan Gingold
2015-05-21
1
-1
/
+4
*
Handle to_string for i64 numbers.
Tristan Gingold
2015-05-20
1
-0
/
+2
[next]