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
*
Add an analysis time check for bounds on port association.
Tristan Gingold
2016-09-24
1
-1
/
+2
*
vhdl08: first working example of interface type.
Tristan Gingold
2016-09-22
1
-2
/
+9
*
iirs: add association_element_subprogram
Tristan Gingold
2016-09-20
1
-0
/
+5
*
vhdl08: create interface subprogram declaration.
Tristan Gingold
2016-09-19
1
-7
/
+63
*
vhdl08: preliminary work for package body instantiation.
Tristan Gingold
2016-09-18
1
-14
/
+23
*
Handle macro-expansion of instantiation of declaration with interface type.
Tristan Gingold
2016-09-16
1
-0
/
+16
*
Handle expanded name for interface package.
Tristan Gingold
2016-09-12
1
-0
/
+2
*
iirs: add Iir_Kinds_Simple_Concurrent_Statement
Tristan Gingold
2016-09-12
1
-5
/
+22
*
vhdl08: preliminary work for nested package and type association.
Tristan Gingold
2016-09-01
1
-20
/
+35
*
vhdl08: parse and analyze interface types.
Tristan Gingold
2016-09-01
1
-0
/
+58
*
Avoid a crash with postponed assertions in vhdl08
Tristan Gingold
2016-08-27
1
-0
/
+2
*
Avoid a crash on bad component name.
Tristan Gingold
2016-08-26
1
-0
/
+5
*
Clean up links, repository-wide (#117)
Ben Wiederhake
2016-07-09
1
-1
/
+1
*
vhdl08: add support of case-generate statement
Tristan Gingold
2016-07-07
1
-4
/
+16
*
Parse case generate statement.
Tristan Gingold
2016-07-05
1
-0
/
+24
*
parse: extract parse_case_statement.
Tristan Gingold
2016-07-05
1
-1
/
+1
*
Fix indentation and English mistakes.
Tristan Gingold
2016-07-05
1
-3
/
+3
*
Initial support of direct recursive instantiation.
Tristan Gingold
2016-07-03
1
-0
/
+16
*
Remove Get/Set_Type_Reference
Tristan Gingold
2016-06-01
1
-8
/
+0
*
vhdl2008: implement new 'use clause' rules for types.
Tristan Gingold
2016-05-31
1
-26
/
+87
*
Adjust previous patch (detect incorrect use of PSL endpoint in expressions)
Tristan Gingold
2016-03-23
1
-0
/
+2
*
PSL: add clocked SERE, make endpoints visible from VHDL.
Tristan Gingold
2016-03-22
1
-0
/
+8
*
Create psl_endpoint_declaration.
Tristan Gingold
2016-03-20
1
-3
/
+28
*
psl: cover directive works on a sequence, not on a property.
Tristan Gingold
2016-02-14
1
-0
/
+8
*
PSL: move canon code to canon.adb
Tristan Gingold
2016-02-14
1
-0
/
+22
*
Clean up some code and comments about constant declarations.
Tristan Gingold
2016-01-19
1
-4
/
+4
*
Add support for conditional assignments.
Tristan Gingold
2016-01-16
1
-6
/
+85
*
Set type staticness for a constant declaration and attribute specification.
Tristan Gingold
2016-01-11
1
-6
/
+9
*
Fix crash on invalid individual association.
Tristan Gingold
2015-11-07
1
-0
/
+4
*
Translate: explicitly clean transient types.
Tristan Gingold
2015-09-02
1
-0
/
+8
*
iirs: block_statement is a ref.
Tristan Gingold
2015-08-31
1
-1
/
+2
*
Replace fat accesses by bounds accesses
Tristan Gingold
2015-08-29
1
-0
/
+3
*
Add suspend_flag.
Tristan Gingold
2015-06-07
1
-0
/
+29
*
Rework of overload resolution in implicit conversions.
Tristan Gingold
2015-05-26
1
-9
/
+0
*
Preliminary work to support external names (parse, semantic)
Tristan Gingold
2015-05-23
1
-44
/
+80
*
errors: remove error_msg and warning_msg.
Tristan Gingold
2015-05-17
1
-1
/
+1
*
Give priority to function calls without implicit conversion.
Tristan Gingold
2015-05-16
1
-0
/
+9
*
Change library format: now store file checksum instead of file time stamp.
Tristan Gingold
2015-05-13
1
-3
/
+3
*
Add ieee context files.
Tristan Gingold
2015-05-12
1
-0
/
+2
*
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-12
1
-6
/
+47
*
iirs.ads: fix indentation and adjust pnodes.py
Tristan Gingold
2015-01-24
1
-249
/
+249
*
vhdl2008: expanded names in for-generate statements.
Tristan Gingold
2015-01-12
1
-0
/
+2
*
vhdl2008: handle expanded names in if-generate statements.
Tristan Gingold
2015-01-12
1
-0
/
+4
*
vhdl08: forbid simple block_specification for labeled if-generate statement.
Tristan Gingold
2015-01-10
1
-0
/
+9
*
Initial rework for vhdl 2008 generate statements.
Tristan Gingold
2015-01-03
1
-23
/
+97
*
vhdl 2008: handle sized bit strings.
Tristan Gingold
2014-12-30
1
-14
/
+41
*
Rework string literals: store literals position.
Tristan Gingold
2014-12-29
1
-51
/
+24
*
Fix ghdl -m for jit: handle multiple libraries.
Tristan Gingold
2014-12-23
1
-0
/
+3
*
Reduce size of library_declaration.
Tristan Gingold
2014-12-22
1
-13
/
+15
*
Recognize some ieee.std_logic_1164 functions.
Tristan Gingold
2014-12-16
1
-1
/
+23
[next]