index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
trans-chap3(is_equal_limit): also handle type_mode_e32
Tristan Gingold
2023-03-15
1
-1
/
+2
*
ghdllocal.adb(Build_Dependence): rebuild file dependencies.
Tristan Gingold
2023-03-13
5
-405
/
+322
*
vhdl: handle selected waveform assignment
Tristan Gingold
2023-03-09
3
-51
/
+75
*
trans-chap2.adb: fix a warning
Tristan Gingold
2023-02-22
1
-1
/
+0
*
vhdl-sem_decls(sem_object_type_from_value): refine.
Tristan Gingold
2023-02-19
1
-5
/
+20
*
trans-chap2: elaborate dependencies of macro-expanded packages.
Tristan Gingold
2023-02-19
1
-19
/
+38
*
sem_record_aggregate: add a check for constraints. Fix #2350
Tristan Gingold
2023-02-13
1
-11
/
+23
*
vhdl-sem_lib: units during analysis can depend only on analyzed units.
Tristan Gingold
2023-02-11
1
-0
/
+6
*
synth: preliminary work for PSL endpoints
Tristan Gingold
2023-02-08
1
-1
/
+2
*
trans-chap8: fix a crash while checking bounds in signal assignments.
Tristan Gingold
2023-02-08
1
-1
/
+1
*
trans-chap8: Fix individual assocs of signal parameters
Tristan Gingold
2023-02-08
1
-22
/
+44
*
trans-chap8: minor reindentation
Tristan Gingold
2023-02-08
1
-1
/
+1
*
synth: use same layout for records in memory as translate
Tristan Gingold
2023-02-08
1
-1
/
+1
*
vhdl-canon: remove signal parameters for all-sensitized processes.
Tristan Gingold
2023-02-08
4
-9
/
+54
*
vhdl-prints: improve output of generate statements
Tristan Gingold
2023-02-04
1
-12
/
+5
*
translate: add --no-elaboration flag
Tristan Gingold
2023-02-04
5
-2
/
+10
*
vhdl-sem_decls: fix a regression on subtype indication. Fix #2336
Tristan Gingold
2023-02-03
1
-1
/
+1
*
vhdl: reduce use of is_anonymous_type_definition
Tristan Gingold
2023-02-03
6
-34
/
+40
*
TBM
Tristan Gingold
2023-02-02
4
-12
/
+56
*
translate: improve support for Flag_Elaboration
Tristan Gingold
2023-02-02
2
-2
/
+10
*
vhdl: avoid error storms in assertions
Tristan Gingold
2023-02-02
2
-2
/
+4
*
trans-chap3: minor rewrite
Tristan Gingold
2023-02-02
1
-1
/
+1
*
translate: rework translate_object_subtype_indication.
Tristan Gingold
2023-02-02
4
-61
/
+78
*
translate: add a flag to disable elaboration
Tristan Gingold
2023-01-31
3
-106
/
+125
*
vhdl-prints: minor rewrite
Tristan Gingold
2023-01-31
1
-31
/
+33
*
translation.adb: avoid a crash on unused resolver. Fix #2333
Tristan Gingold
2023-01-30
1
-5
/
+3
*
elab-vhdl_annotations: refactoring
Tristan Gingold
2023-01-29
1
-0
/
+1
*
vhdl: add Is_Owned_Subtype_Indication
Tristan Gingold
2023-01-29
2
-0
/
+33
*
vhdl/trans: support suspend states
Tristan Gingold
2023-01-28
8
-16
/
+54
*
vhdl-sem_decls: do not reassign type declarator on subtype aliases
Tristan Gingold
2023-01-28
1
-13
/
+19
*
vhdl: minor changes to avoid recomputation
Tristan Gingold
2023-01-28
2
-1
/
+1
*
vhdl-evaluation: factorize code
Tristan Gingold
2023-01-28
1
-108
/
+94
*
src/grt: extract grt-files_lib from grt-files
Tristan Gingold
2023-01-27
2
-19
/
+19
*
trans: add comments
Tristan Gingold
2023-01-27
1
-1
/
+2
*
ghdlrun: extract trans_foreign
Tristan Gingold
2023-01-27
2
-0
/
+138
*
vhdl-evaluation: abstraction
Tristan Gingold
2023-01-26
1
-18
/
+13
*
vhdl-prints: add Print_String
Tristan Gingold
2023-01-26
4
-40
/
+154
*
vhdl-evaluation: refactoring
Tristan Gingold
2023-01-26
1
-49
/
+22
*
vhdl-sem_decls: allow use on non-elaborated functions in generic types
Tristan Gingold
2023-01-26
1
-3
/
+9
*
vhdl-sem_decl: handle subtype of interface type. Fix #2326
Tristan Gingold
2023-01-26
1
-0
/
+1
*
vhdl-sem_names: adjust for for element attribute
Tristan Gingold
2023-01-26
1
-0
/
+1
*
vhdl: improve range checks, fix #2323
Tristan Gingold
2023-01-25
6
-236
/
+473
*
ghdldrv: extract trans_link from ghdlrun
Tristan Gingold
2023-01-21
2
-0
/
+495
*
vhdl: refactoring - remove trans_be, mainly added to vhdl-back_end
Tristan Gingold
2023-01-16
8
-269
/
+261
*
vhdl-sem.adb: also check elaboration status within package bodies
Tristan Gingold
2023-01-15
1
-6
/
+19
*
vhdl: add a warning to detect use before elaboration
Tristan Gingold
2023-01-15
7
-0
/
+92
*
vhdl: add Get/Set_Elaboration_Flag
Tristan Gingold
2023-01-14
4
-265
/
+326
*
simul: handle PSL aborts
Tristan Gingold
2023-01-12
1
-0
/
+4
*
vhdl-sem_assocs(rewrite_non_object_association): set flag
Tristan Gingold
2023-01-12
1
-0
/
+1
*
vhdl: clear associated_type in Sem_Generic_Association_Chain
Tristan Gingold
2023-01-12
4
-9
/
+83
[prev]
[next]