index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ghdldrv
Commit message (
Expand
)
Author
Age
Files
Lines
*
ghdlrun: report unreferenced nodes with --check-ast
Tristan Gingold
2023-03-28
1
-0
/
+5
*
ghdlcomp: free unused node
Tristan Gingold
2023-03-23
1
-0
/
+1
*
ghdldrv: only put direct dependences in gen-makefile
Tristan Gingold
2023-03-13
3
-10
/
+16
*
ghdllocal.adb(Build_Dependence): rebuild file dependencies.
Tristan Gingold
2023-03-13
3
-28
/
+82
*
Update NEWS and copyright date
Tristan Gingold
2023-03-06
1
-1
/
+1
*
ghdl: print llvm or gcc backend version with --version
Tristan Gingold
2023-02-12
2
-2
/
+6
*
ghdllocal, ghdlxml: adjust after previous commit; fix #2349
Tristan Gingold
2023-02-11
2
-0
/
+6
*
ghdlsimul: extract simul-main from simul-vhdl_simul
Tristan Gingold
2023-01-31
1
-2
/
+4
*
vhdl/trans: support suspend states
Tristan Gingold
2023-01-28
2
-0
/
+2
*
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
*
synth: add partial support of foreign subprograms
Tristan Gingold
2023-01-20
2
-0
/
+5
*
ghdlsimul: check foreign subprograms
Tristan Gingold
2023-01-16
1
-3
/
+4
*
vhdl: refactoring - remove trans_be, mainly added to vhdl-back_end
Tristan Gingold
2023-01-16
1
-5
/
+5
*
ghdlsimul: handle automatic time resolution
Tristan Gingold
2023-01-12
1
-12
/
+17
*
simul: fix handling of drivers/sensitivity within processes
Tristan Gingold
2023-01-12
1
-0
/
+1
*
ghdl_simul: add commands to use libghdl
Tristan Gingold
2023-01-12
1
-0
/
+2
*
simul: handle -gGEN=VAL options after the unit
Tristan Gingold
2023-01-11
1
-7
/
+41
*
grt: add modules in ghdl_main instead of grt-main
Tristan Gingold
2023-01-05
1
-0
/
+2
*
ghdlsimul: do late semantic checks
Tristan Gingold
2023-01-04
1
-1
/
+19
*
simul: allow unassigned top generics
Tristan Gingold
2022-12-26
1
-1
/
+1
*
vhdl-prints: add an option to display comments
Tristan Gingold
2022-11-20
1
-1
/
+16
*
vhdl: fix some compiler warnings
Tristan Gingold
2022-11-08
1
-2
/
+2
*
translate, grt: add lib function for div and rem.
Tristan Gingold
2022-10-02
1
-0
/
+8
*
synth: rework error procedure, always pass the instance
Tristan Gingold
2022-09-25
1
-0
/
+2
*
synth: simplify elab-vhdl_annotations
Tristan Gingold
2022-09-19
2
-4
/
+0
*
synth: rename vhdl.annotations to elab.vhdl_annotations
Tristan Gingold
2022-09-19
2
-5
/
+6
*
synth: factorize code (reuse synth_constant_declaration)
Tristan Gingold
2022-09-17
1
-0
/
+2
*
simul: improve error handling during elaboration
Tristan Gingold
2022-09-16
1
-5
/
+5
*
simul: handle --expect-failure for elaboration
Tristan Gingold
2022-09-14
3
-11
/
+15
*
synth: fix and add checks for memory management.
Tristan Gingold
2022-09-10
1
-0
/
+8
*
simul: rework assertions execution and error handling
Tristan Gingold
2022-08-21
1
-5
/
+0
*
ghdlsimul: add an option to debug before elaboration
Tristan Gingold
2022-08-18
1
-0
/
+2
*
Makefile.in: allow build of ghdl_mcode with sundials enabled
Tristan Gingold
2022-07-21
1
-0
/
+25
*
ghdlsimul: simplify elaboration circuitery
Tristan Gingold
2022-07-20
1
-13
/
+0
*
synth: rework #2109 - remove null wires
Tristan Gingold
2022-06-27
1
-0
/
+2
*
src/synth: add netlists.rename to rename identifiers. Fix #2054
Tristan Gingold
2022-06-14
1
-0
/
+2
*
elab-debugger: remove duplicate flag
Tristan Gingold
2022-06-03
2
-2
/
+5
*
ghdlsimul: use assertion level from command line
Tristan Gingold
2022-05-29
1
-0
/
+2
*
ghdlsimul: initial stop is after elaboration
Tristan Gingold
2022-05-27
1
-8
/
+1
*
vhdl-canon: add Canon_Add_Suspend_State
Tristan Gingold
2022-05-26
1
-0
/
+1
*
vhdl-canon: remove unused canon_flag_inertial_associations
Tristan Gingold
2022-05-20
2
-5
/
+0
*
ghdlcomp(common_compile_elab): add allow_undef_generic parameter
Tristan Gingold
2022-05-16
4
-4
/
+8
*
ghdlsimul: add and improve debugger
Tristan Gingold
2022-05-14
1
-1
/
+10
*
fix: avoid "pragma Unreferenced given" warnings with GCC 12
Xiretza
2022-05-14
1
-1
/
+1
*
ghdlsimul: add option -t to trace statements
Tristan Gingold
2022-05-12
1
-0
/
+2
*
ghdllocal.adb: move pragma suppress. Fix #2056
Tristan Gingold
2022-05-12
1
-1
/
+1
*
ghdlsimul: now based on synth elab
Tristan Gingold
2022-05-11
2
-101
/
+118
*
ghdlsynth.adb: remove -E experimental command
Tristan Gingold
2022-05-10
1
-145
/
+42
*
elab-vhdl_debug: also print objects in disp_hierarchy
Tristan Gingold
2022-05-01
1
-1
/
+1
[next]