index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ghdldrv
/
ghdlcomp.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
simul: handle --expect-failure for elaboration
Tristan Gingold
2022-09-14
1
-2
/
+0
*
ghdlcomp(common_compile_elab): add allow_undef_generic parameter
Tristan Gingold
2022-05-16
1
-1
/
+3
*
ghdlcomp: exit with error status in case of error. For #1908
Tristan Gingold
2021-11-05
1
-0
/
+4
*
ghdllocal: generalize top level unit extraction
Tristan Gingold
2021-09-07
1
-3
/
+7
*
ghdldrv,configure: allow LIB.UNIT name for -e/-r commands. Fix #1718
Tristan Gingold
2021-04-10
1
-6
/
+10
*
ghdldrv/: initial support for foreign modules
Tristan Gingold
2021-04-05
1
-3
/
+3
*
update license headers
umarcor
2021-01-14
1
-11
/
+9
*
libraries: Load_Std_Library: now return a status.
Tristan Gingold
2020-12-26
1
-5
/
+14
*
ghdldrv: adjust style and some error messages.
Tristan Gingold
2020-09-20
1
-26
/
+19
*
cli: rework syntax, add commands without '-' or '--'
umarcor
2020-09-20
1
-15
/
+47
*
ghdldrv: factorize part of --gen-makefile
Tristan Gingold
2020-07-30
1
-45
/
+2
*
vhdl: avoid crash on error for -c/-r.
Tristan Gingold
2020-06-25
1
-1
/
+3
*
vhdl: allows --work between files for -c. Fix #1362
Tristan Gingold
2020-06-09
1
-1
/
+8
*
ghdldrv: add support for --time-resolution for -e. For #1281
Tristan Gingold
2020-05-04
1
-8
/
+4
*
ghdldrv: Make Perform_Action cmd parameter in out.
Tristan Gingold
2020-04-10
1
-14
/
+14
*
Warn on unexpected options for command '-a'. Fix #1066
Tristan Gingold
2020-03-04
1
-0
/
+2
*
ghdllocal: add command --elab-order
Tristan Gingold
2020-02-01
1
-1
/
+1
*
ghdlcomp: renaming; allow files in any order for --synth.
Tristan Gingold
2020-01-30
1
-5
/
+5
*
ghdlsynth: check top entity can be a top entity.
Tristan Gingold
2019-07-14
1
-1
/
+1
*
vhdl: refactoring: remove configure function with string access.
Tristan Gingold
2019-07-14
1
-21
/
+21
*
ghdldrv: add comments, analyze files for --synth/-e
Tristan Gingold
2019-07-01
1
-0
/
+2
*
ghdlcomp: fix warnings.
Tristan Gingold
2019-06-29
1
-4
/
+1
*
ghdldrv: refactoring - share more code, isolate ghdlsynth from ghdlsimul.
Tristan Gingold
2019-06-29
1
-6
/
+59
*
Error_Msg_Option: do not raise exception.
Tristan Gingold
2019-06-25
1
-9
/
+13
*
ghdlcomp: really obey to --force-analysis.
Tristan Gingold
2019-06-05
1
-11
/
+6
*
ghdldrv: handle --force-analysis for llvm and gcc.
Tristan Gingold
2019-06-05
1
-3
/
+0
*
Add simple_IO - to be used instead of Text_IO.
Tristan Gingold
2019-05-19
1
-7
/
+6
*
vhdl: move std_standard package to vhdl child.
Tristan Gingold
2019-05-05
1
-3
/
+3
*
vhdl: move sem* packages to vhdl children.
Tristan Gingold
2019-05-05
1
-4
/
+4
*
parse/sem: be more tolerant of parse errors.
Tristan Gingold
2018-12-23
1
-1
/
+6
*
Analysis: tolerate more parse errors.
Tristan Gingold
2018-12-21
1
-1
/
+2
*
Sem: tolerates more parse errors.
Tristan Gingold
2018-12-19
1
-1
/
+6
*
driver: add --force-analysis debug flag.
Tristan Gingold
2018-12-16
1
-13
/
+36
*
ghdldrv: Cmd argument of Perform_Action is now in.
Tristan Gingold
2018-12-16
1
-14
/
+14
*
Rename overloaded Load_File and export it to python.
Tristan Gingold
2018-12-13
1
-3
/
+3
*
Create sem_lib from libraries.
Tristan Gingold
2018-11-14
1
-5
/
+6
*
Pass time-resolution to grt.
Tristan Gingold
2018-10-21
1
-6
/
+3
*
Add support for --time-resolution (jit only). Fix #613
Tristan Gingold
2018-08-10
1
-2
/
+28
*
Also set -fX and --std to GHDLFLAGS for --gen-makefile
Tristan Gingold
2018-07-21
1
-0
/
+2
*
ghdl_mcode: error message if no file to analyze.
Tristan Gingold
2018-03-01
1
-0
/
+5
*
version.in: avoid to duplicate version string.
Tristan Gingold
2017-12-10
1
-1
/
+3
*
Rework list implementation, use iterator.
Tristan Gingold
2017-11-11
1
-6
/
+11
*
ghdlcomp: add compile_analyze_file2.
Tristan Gingold
2017-10-02
1
-1
/
+47
*
Fix typo: paths.
Tristan Gingold
2017-05-18
1
-2
/
+2
*
ghdlcomp: extract disp_config as a procedure.
Tristan Gingold
2016-12-12
1
-9
/
+16
*
nodes_gc: move checks in libraries (WIP)
Tristan Gingold
2016-10-17
1
-10
/
+2
*
Finish_Compilation: factorize code, move to libraries.
Tristan Gingold
2016-10-15
1
-2
/
+1
*
Emit a better message for -Wl with mcode backend.
Tristan Gingold
2016-09-26
1
-2
/
+5
*
Rework warnings to have a uniq tag per warning.
Tristan Gingold
2016-08-01
1
-1
/
+2
*
Also search library in DIR/LIB/vVV.
Tristan Gingold
2016-05-17
1
-5
/
+0
[next]