index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
translate
/
trans-chap4.adb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Check bounds for constant intialisation.
Tristan Gingold
2017-11-29
1
-1
/
+1
|
*
Use Flist for records.
Tristan Gingold
2017-11-07
1
-10
/
+7
|
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-1
/
+1
|
*
Rename Allocate_Fat_Array_Base to Allocate_Unbounded_Composite_Base.
Tristan Gingold
2017-10-28
1
-10
/
+16
|
*
translate: handle unbounded record in individual assocs.
Tristan Gingold
2017-10-22
1
-3
/
+3
|
*
Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.
Tristan Gingold
2017-09-13
1
-6
/
+6
|
*
Handle protected function as association conversion function.
Tristan Gingold
2017-08-25
1
-5
/
+42
|
|
|
|
Fix #400
*
translate: renaming.
Tristan Gingold
2017-06-21
1
-5
/
+5
|
*
Allocate dynamic object in suspended procedures on stack2.
Tristan Gingold
2017-06-16
1
-0
/
+7
|
*
Adjust previous patch: handle info instantiation for interface package.
Tristan Gingold
2017-05-19
1
-2
/
+3
|
*
wip: rework subprogram translation.
Tristan Gingold
2017-05-18
1
-16
/
+21
|
*
Translation: separate subprogram translation spec and body.
Tristan Gingold
2017-05-18
1
-25
/
+43
|
*
translate: separate spec and body translation for implicit subprograms.
Tristan Gingold
2017-05-17
1
-2
/
+5
|
*
translation: renames Ortho_Func to Subprg_Node for consistency.
Tristan Gingold
2017-05-12
1
-2
/
+2
|
*
Create default value for ports.
Tristan Gingold
2017-05-09
1
-45
/
+38
|
|
|
|
Fix #328
*
Minor optimization: avoid calls to Get_Association_Formal.
Tristan Gingold
2017-05-08
1
-4
/
+4
|
*
vhdl08: more on unbounded records (WIP)
Tristan Gingold
2017-02-23
1
-3
/
+3
|
*
vhdl08: unbounded records - WIP
Tristan Gingold
2017-02-17
1
-4
/
+5
|
*
vhdl08: unbounded records (WIP)
Tristan Gingold
2017-02-12
1
-3
/
+2
|
*
WIP: unbounded records (set record subtype staticness)
Tristan Gingold
2017-01-31
1
-3
/
+2
|
*
vhdl08: allow PSL default clock declaration in block declarative parts.
Tristan Gingold
2017-01-13
1
-0
/
+10
|
*
translate: rename get_array_base to get_composite_base
Tristan Gingold
2017-01-02
1
-11
/
+11
|
*
translate: refactoring for ortho_info_type.
Tristan Gingold
2016-12-30
1
-10
/
+10
|
*
translate: add unbounded records type_mode (WIP)
Tristan Gingold
2016-12-26
1
-4
/
+4
|
*
Evaluation: handle array aggregate and indexed names.
Tristan Gingold
2016-12-19
1
-13
/
+12
|
|
|
|
Fix #216
*
Add testcase for #202
Tristan Gingold
2016-12-11
1
-1
/
+3
|
*
Rework subprograms translation for package instance.
Tristan Gingold
2016-12-11
1
-0
/
+4
|
|
|
|
Fix #202
*
vhdl08: support top-level macro-expanded package instantiation declarations.
Tristan Gingold
2016-12-05
1
-1
/
+13
|
|
|
|
Fixes #199
*
canon: do not set formal of association by position.
Tristan Gingold
2016-10-19
1
-9
/
+18
|
*
Rework AST to setup ownership and reference policy.
Tristan Gingold
2016-10-11
1
-2
/
+1
|
|
|
|
Check it with nodes_gc.
*
Add signal_attribute_declaration to hold implicit atribute signals.
Tristan Gingold
2016-10-08
1
-9
/
+27
|
*
Set package prefix for nested package bodies.
Tristan Gingold
2016-09-30
1
-1
/
+7
|
*
vhdl08: more support for interface subprograms.
Tristan Gingold
2016-09-27
1
-1
/
+2
|
*
vhdl08: handle interface type in generic-mapped package
Tristan Gingold
2016-09-15
1
-0
/
+2
|
*
vhdl08: add support for generic-mapped packages
Tristan Gingold
2016-09-15
1
-2
/
+4
|
*
vhdl08: add support for nested package instantiation.
Tristan Gingold
2016-09-14
1
-0
/
+4
|
*
vhdl08: strengthten nested packages.
Tristan Gingold
2016-09-12
1
-0
/
+5
|
*
vhdl08: preliminary work to support nested package bodies.
Tristan Gingold
2016-09-04
1
-1
/
+2
|
*
vhdl08: handle very simple nested packages.
Tristan Gingold
2016-09-03
1
-0
/
+13
|
*
trans-chap4: remove a when others.
Tristan Gingold
2016-06-28
1
-4
/
+2
|
*
translation: avoid memory leak while allocating ports.
Tristan Gingold
2016-03-16
1
-14
/
+28
|
|
|
|
Issue found in bug040.
*
ortho: rename start/finish_const_value to start/finish_init_value.
Tristan Gingold
2016-02-21
1
-2
/
+2
|
*
Pass signal values to interfaces. 'sigptr' optimization.
Tristan Gingold
2015-12-18
1
-248
/
+380
|
|
|
|
Improve simulation speed by about 20%.
*
Suppress stack switching; save process state in secondary stack.
Tristan Gingold
2015-09-04
1
-2
/
+154
|
*
Adjust previous patch (destroy types for default port values).
Tristan Gingold
2015-09-03
1
-4
/
+10
|
*
Translate: explicitly clean transient types.
Tristan Gingold
2015-09-02
1
-4
/
+3
|
*
Destroy types of default generic values.
Tristan Gingold
2015-09-01
1
-1
/
+1
|
*
Replace fat accesses by bounds accesses
Tristan Gingold
2015-08-29
1
-110
/
+67
|
|
|
|
|
translate: separate info for signals from object. Improve some error messages.
*
Rework procedure calls, now use a record to pass parameters.
Tristan Gingold
2015-06-05
1
-9
/
+18
|
*
Handle signal attribute in declarations. Fix alias of implicit signal.
Tristan Gingold
2015-05-27
1
-27
/
+14
|
[next]