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
*
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
*
synth: fix handle of protected type bodies within instantiated packages.
Tristan Gingold
2023-01-12
2
-1
/
+22
*
vhdl-sem_names: finish prefix of element attribute names
Tristan Gingold
2023-01-12
1
-22
/
+32
*
synth-vhdl_eval: handle to_X01 for bit to std_ulogic.
Tristan Gingold
2023-01-11
1
-0
/
+27
*
vhdl-configuration: relax top-level unit restrictions
Tristan Gingold
2023-01-11
1
-4
/
+5
*
simul: improve support of psl in debugger
Tristan Gingold
2023-01-11
1
-4
/
+10
*
vhdl-sem_inst: adjust instantiation of interface type
Tristan Gingold
2023-01-10
1
-0
/
+3
*
synth: add comments, minor rewrite
Tristan Gingold
2023-01-10
1
-4
/
+5
*
vhdl-sem_inst: fix build of suspend state chain
Tristan Gingold
2023-01-10
1
-1
/
+1
*
vhdl-prints: handle suspend state declarations and statements
Tristan Gingold
2023-01-10
1
-2
/
+22
*
vhdl-sem_lib: disable warnings for -c/-m on ieee units. For #2200
Tristan Gingold
2023-01-06
1
-2
/
+20
*
trans-chap3: fix style for old compilers
Tristan Gingold
2023-01-05
1
-0
/
+1
*
vhdl-sem_expr: extract is_expression
Tristan Gingold
2023-01-04
2
-18
/
+30
*
vhdl-errors(disp_node): fix a crash on protected type body
Tristan Gingold
2023-01-04
1
-1
/
+2
*
vhdl-sem_inst: handle suspend_state
Tristan Gingold
2023-01-04
6
-186
/
+293
*
simul: handle force/release signal assignments
Tristan Gingold
2023-01-03
2
-4
/
+6
*
synth: add support of interface subprogram
Tristan Gingold
2023-01-03
1
-2
/
+10
*
trans-chap7: handle unbounded expressions in aggregates.
Tristan Gingold
2022-12-31
1
-24
/
+39
*
vhdl-canon: handle unaffected
Tristan Gingold
2022-12-26
1
-0
/
+1
*
vhdl-sem_stmts: simplify code, add comments
Tristan Gingold
2022-12-23
1
-27
/
+5
*
vhdl-sem_inst: avoid a crash after error on package instantiation
Tristan Gingold
2022-12-23
1
-0
/
+2
*
vhdl-disp_tree: display name_id as a number (and not like a node id)
Tristan Gingold
2022-12-23
1
-2
/
+1
*
trans-chap5.adb: handle package association in entities.
Tristan Gingold
2022-12-23
4
-20
/
+27
*
vhdl-sem_inst: factorize code
Tristan Gingold
2022-12-23
1
-39
/
+12
*
vhdl-sem_inst: add instantiate_component_declaration.
Tristan Gingold
2022-12-23
4
-5
/
+139
*
vhdl-parse: handle 'end for' in configuration specification.
Tristan Gingold
2022-12-21
4
-286
/
+330
*
files_comments: add comments, slightly simplify the interface
Tristan Gingold
2022-12-20
2
-4
/
+4
*
vhdl-evaluation: handle default value for ieee operators.
Tristan Gingold
2022-12-19
1
-0
/
+9
*
vhdl: add Get/Set_Associated_package. For #2264
Tristan Gingold
2022-12-18
6
-202
/
+275
*
vhdl-sem_inst: add instantiate_interface_package_declaration
Tristan Gingold
2022-12-18
3
-2
/
+50
*
vhdl-evaluation: handle bit to_hstring.
Tristan Gingold
2022-12-17
1
-1
/
+3
*
vhdl/translate/ortho_front.adb: avoid crash after errors.
Tristan Gingold
2022-12-16
1
-0
/
+5
*
vhdl-nodes: add Get/Set_Instantiated_Header.
Tristan Gingold
2022-12-16
5
-105
/
+146
*
vhdl: minor refactoring
Tristan Gingold
2022-12-12
4
-22
/
+13
*
trans-chap7.adb: handle any expression for bounds.
Tristan Gingold
2022-12-11
1
-2
/
+3
*
trans-chap7: handle unconstrained vector in bounded aggregate.
Tristan Gingold
2022-12-11
1
-6
/
+10
*
vhdl: handle dynamically bounded aggregates with unbounded element.
Tristan Gingold
2022-12-10
2
-50
/
+142
*
vhdl-sem_types.adb(Set_Type_Has_Signal): generalize.
Tristan Gingold
2022-12-10
1
-7
/
+2
*
vhdl: fix use clause of a package with interface subprograms.
Tristan Gingold
2022-11-30
5
-20
/
+63
*
vhdl-nodes: add Get/Set_Associated_Subprogram.
Tristan Gingold
2022-11-30
4
-183
/
+229
*
vhdl-evaluation: improve handling of ieee 08 static functions.
Tristan Gingold
2022-11-28
2
-36
/
+51
*
synth-vhdl_eval(eval_static_predefined_function_call): handle all operations
Tristan Gingold
2022-11-28
1
-4
/
+3
*
vhdl: rework comment gathering to handle empty lines.
Tristan Gingold
2022-11-27
7
-45
/
+108
*
vhdl-parse: add a comment
Tristan Gingold
2022-11-23
1
-2
/
+4
*
file_comments: add comments_range to support deferred gathering
Tristan Gingold
2022-11-23
3
-0
/
+31
*
vhdl-parse: gather comments for subprograms
Tristan Gingold
2022-11-22
1
-0
/
+5
*
vhdl-parse: gather comments for enumerations and their literals
Tristan Gingold
2022-11-22
1
-1
/
+15
*
vhdl-parse: gather more comments (type, objects)
Tristan Gingold
2022-11-22
1
-1
/
+22
[next]