index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
iirs.ads
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use flist for group declaration.
Tristan Gingold
2017-11-07
1
-2
/
+2
*
Use flist for enumerations.
Tristan Gingold
2017-11-07
1
-2
/
+2
*
Use Flist for records.
Tristan Gingold
2017-11-07
1
-2
/
+2
*
Use flist for signatures.
Tristan Gingold
2017-11-07
1
-2
/
+2
*
Use Flist for simple_aggregate.
Tristan Gingold
2017-11-07
1
-2
/
+2
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-9
/
+30
*
Add elocations for specifications.
Tristan Gingold
2017-10-28
1
-0
/
+2
*
sem_specs: use architecture body for entity_aspect_entity when loaded.
Tristan Gingold
2017-10-24
1
-2
/
+4
*
parser: add Has_Component for component instantiation.
Tristan Gingold
2017-10-18
1
-0
/
+7
*
Add extended locations (elocations). Still WIP
Tristan Gingold
2017-10-18
1
-7
/
+10
*
iirs: reformat enum, add more enums in python interface.
Tristan Gingold
2017-10-17
1
-362
/
+362
*
Reformating and comments.
Tristan Gingold
2017-10-15
1
-2
/
+2
*
Selected_Element: add Identifier field.
Tristan Gingold
2017-10-09
1
-0
/
+2
*
case statement: check element of one-dimensional type is a character type.
Tristan Gingold
2017-10-04
1
-0
/
+7
*
sem_assocs: rewrite (pass v87)
Tristan Gingold
2017-09-25
1
-4
/
+13
*
Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.
Tristan Gingold
2017-09-13
1
-6
/
+6
*
iirs.ads: fix typos in comment.
Tristan Gingold
2017-07-03
1
-2
/
+2
*
remove build_reference_decl, add maybe_ref to condition and target.
Tristan Gingold
2017-07-02
1
-6
/
+28
*
iirs: fix typos.
Tristan Gingold
2017-07-02
1
-3
/
+3
*
trans-chap2: minor refactoring to clarify code.
Tristan Gingold
2017-05-18
1
-1
/
+1
*
translate: separate spec and body translation for implicit subprograms.
Tristan Gingold
2017-05-17
1
-0
/
+10
*
vhdl08: unbounded records (WIP - individual association)
Tristan Gingold
2017-03-09
1
-0
/
+2
*
vhdl08: unbounded records (WIP)
Tristan Gingold
2017-02-12
1
-0
/
+2
*
iirs: add base_element_declaration to record_element_constraint.
Tristan Gingold
2017-01-23
1
-2
/
+4
*
disp_vhdl: handle psl default clock in declarative part.
Tristan Gingold
2017-01-13
1
-1
/
+1
*
vhdl08: implement 'subtype attribute
Tristan Gingold
2017-01-13
1
-1
/
+26
*
iirs: renames Iir_Kinds_Scalar_Type_Definition
Tristan Gingold
2017-01-02
1
-1
/
+1
*
ieee: recognize ieee.numeric_std.
Tristan Gingold
2016-12-30
1
-2
/
+19
*
vhdl08: check new 08 restrictions for file types.
Tristan Gingold
2016-12-26
1
-0
/
+1
*
Fixes for nodes_gc
Tristan Gingold
2016-12-24
1
-0
/
+4
*
Remove Get/Set_Value_Staticness, add Get/Set_Aggregate_Expand_Flag
Tristan Gingold
2016-12-20
1
-10
/
+10
*
iirs: reorder Iir_Kind_Choice_*, add Get_Literal_Origin for aggregate.
Tristan Gingold
2016-12-18
1
-6
/
+30
*
cleanup: remove Package_Instantiation_Bodies_Chain
Tristan Gingold
2016-12-05
1
-8
/
+0
*
sem_assocs: handle overloaded operators for interface_function
Tristan Gingold
2016-12-05
1
-8
/
+9
*
iirs: add Iir_Predefined_IEEE_Explicit subtype.
Tristan Gingold
2016-11-11
1
-0
/
+5
*
ownership: check tree after sem and canon.
Tristan Gingold
2016-11-05
1
-36
/
+49
*
ghdlxml: display image of string_literal8
Tristan Gingold
2016-11-01
1
-0
/
+2
*
vhdl08: allow unaffected in sequential signal assignments.
Tristan Gingold
2016-11-01
1
-0
/
+5
*
Add translation for selected signal assignment.
Tristan Gingold
2016-11-01
1
-0
/
+9
*
Remove default_*_map_aspect from binding_indication.
Tristan Gingold
2016-10-20
1
-12
/
+0
*
ownership: fix arrays and physical types from parse.
Tristan Gingold
2016-10-18
1
-17
/
+20
*
iirs: add an assert on Get_Kind.
Tristan Gingold
2016-10-18
1
-7
/
+7
*
nodes: remove Int and Fp formats, use multiple fields.
Tristan Gingold
2016-10-15
1
-10
/
+10
*
nodes: handle 'grp' conversion, replace Odigit1 by flags.
Tristan Gingold
2016-10-15
1
-7
/
+7
*
iirs: rename base_type to number_base_type to avoid confusion.
Tristan Gingold
2016-10-13
1
-3
/
+3
*
iirs: condition_expression is a chain.
Tristan Gingold
2016-10-13
1
-1
/
+1
*
Rework AST to setup ownership and reference policy.
Tristan Gingold
2016-10-11
1
-179
/
+285
*
Add signal_attribute_declaration to hold implicit atribute signals.
Tristan Gingold
2016-10-08
1
-3
/
+36
*
disp_vhdl: print 'parameter' if textually present.
Tristan Gingold
2016-10-05
1
-0
/
+9
*
iirs: subtype indication is never a ref.
Tristan Gingold
2016-10-05
1
-18
/
+8
[next]