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
*
vhdl: handle element attribute in declarations. Fix #2136
Tristan Gingold
2022-07-21
2
-12
/
+23
*
elab-vhdl_decls: elaborate dot attribute
Tristan Gingold
2022-07-21
2
-4
/
+1
*
vhdl-nodes: renaming.
Tristan Gingold
2022-07-21
19
-123
/
+125
*
vhdl-sem_specs: allow protected body in scope of an attribute. Fix #2134
Tristan Gingold
2022-07-16
1
-0
/
+2
*
vhdl: preliminary work to elaborat quantities
Tristan Gingold
2022-07-16
4
-2
/
+9
*
vhdl: add Iir_Kinds_AMS_Signal_Attribute
Tristan Gingold
2022-07-16
4
-18
/
+26
*
vhdl-cannon: add Canon_Extract_Sensitivity_Break_Statement
Tristan Gingold
2022-07-16
2
-1
/
+16
*
vhdl-evaluation: explicitly compute integer_exp to handle overflow.
Tristan Gingold
2022-07-07
1
-2
/
+31
*
vhdl-evaluation: make overflow_literal non locally static.
Tristan Gingold
2022-07-07
2
-1
/
+6
*
vhdl-sem_psl: analyze strong properties
Tristan Gingold
2022-07-02
1
-1
/
+2
*
vhdl-sem_names: avoid crash on incorrect selected name.
Tristan Gingold
2022-07-02
1
-6
/
+6
*
vhdl-sem_decls: avoid crash on self use of a generic package.
Tristan Gingold
2022-07-02
1
-0
/
+10
*
vhdl: avoid crash on incorrect use of attributes.
Tristan Gingold
2022-07-02
5
-14
/
+40
*
vhdl: avoid crash on incorrect use of signatures
Tristan Gingold
2022-07-02
3
-281
/
+292
*
vhdl-evaluation: handle more operations (thought synth).
Tristan Gingold
2022-07-02
1
-2
/
+1
*
vhdl-sem_names: avoid duplicate error message. For #2100
Tristan Gingold
2022-06-28
1
-1
/
+19
*
vhdl-parse: fix crashes after error. Fix #2110
Tristan Gingold
2022-06-26
1
-2
/
+6
*
vhdl-parse_psl: avoid crash on error. For #2110
Tristan Gingold
2022-06-26
1
-1
/
+7
*
trans-chap8: adjust conditions to pass parameters. Fix #2104
Tristan Gingold
2022-06-22
1
-2
/
+9
*
vhdl-sem.adb: avoid a crash on conformance error. Fix #2103
Tristan Gingold
2022-06-21
1
-2
/
+2
*
vhdl-sem_lib: do not disable warnings for files in -c/-r
Tristan Gingold
2022-06-19
1
-1
/
+5
*
trans-chap7: translate anonymous subtype of overflow literal. Fox #2066
Tristan Gingold
2022-06-19
1
-2
/
+6
*
vhdl-sem_expr: check expression index range for aggregate. Fix #2066
Tristan Gingold
2022-06-19
1
-0
/
+25
*
vhdl-sem.adb(are_trees_equal): handle simple aggregate.
Tristan Gingold
2022-06-16
1
-14
/
+12
*
vhdl/translate: handle inertial association in recursive instantiation
Tristan Gingold
2022-06-16
2
-2
/
+16
*
vhdl-sem_names: handle element and subtype attributes for type conv.
Tristan Gingold
2022-06-16
1
-22
/
+26
*
vhdl-sem_expr: do not attribute element or subtype attributes as expr.
Tristan Gingold
2022-06-16
1
-0
/
+2
*
vhdl: handle 'element in 'range. Fix #2071
Tristan Gingold
2022-06-15
2
-23
/
+104
*
Add comments
Tristan Gingold
2022-06-15
1
-0
/
+1
*
vhdl: add a parent field to protected_type_declaration. Fix #2091
Tristan Gingold
2022-06-12
3
-265
/
+271
*
vhdl-nodes: add Inertial_Flag for association_element_by_expression
Tristan Gingold
2022-06-12
5
-302
/
+347
*
vhdl: recognize ieee.math_real.sign, fix is_x recogn.
Tristan Gingold
2022-06-11
3
-6
/
+20
*
vhdl-annotations: avoid a crash with subtype attribute in array.
Tristan Gingold
2022-06-09
1
-2
/
+7
*
vhdl-sem: adjust condition to set suspend_state on procedures
Tristan Gingold
2022-06-07
1
-6
/
+25
*
vhdl-parse.adb: fix uninitialized variable, for #2076
Tristan Gingold
2022-06-06
1
-0
/
+1
*
vhdl-sem_names: avoid a crash on incorrect selected name. For #2076
Tristan Gingold
2022-06-06
1
-1
/
+2
*
vhdl-parse: avoid a crash with return identifier. Fox #2076
Tristan Gingold
2022-06-06
1
-1
/
+7
*
vhdl-ieee-math_real: recognize more operations
Tristan Gingold
2022-06-06
2
-12
/
+45
*
synth-vhdl_eval: recognize and handle to_stdulogicvector
Tristan Gingold
2022-06-06
2
-0
/
+13
*
vhdl: recognize more predefined ieee functions and operators
Tristan Gingold
2022-06-05
4
-7
/
+112
*
vhdl-ieee-numeric: recognize vector/scalar operations
Tristan Gingold
2022-06-05
2
-3
/
+51
*
vhdl-ieee-numeric: recognize is_x, to_x01, to_ux01 and to_x01z
Tristan Gingold
2022-06-05
2
-8
/
+50
*
vhdl: add a warning for unassociated ports
Tristan Gingold
2022-06-04
3
-9
/
+22
*
vhdl-sem_types: avoid a crash on empty records if forced analysis
Tristan Gingold
2022-06-04
1
-1
/
+9
*
vhdl-sem_scopes: handle state_suspend
Tristan Gingold
2022-06-04
1
-1
/
+2
*
vhdl-ieee-std_logic_1164: recognize to_hstring, to_ostring
Tristan Gingold
2022-06-01
2
-0
/
+7
*
vhdl-utils(is_copyback_parameter): avoid a crash on file parameter
Tristan Gingold
2022-06-01
1
-6
/
+2
*
vhdl: improve use of interface types. For #2070
Tristan Gingold
2022-06-01
2
-0
/
+6
*
vhdl-scanner: adjust assertion. For #2070
Tristan Gingold
2022-06-01
1
-1
/
+1
*
vhdl-parse: do not allow nested context declaration. For #2070
Tristan Gingold
2022-06-01
1
-1
/
+5
[next]