index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
parse.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
PSL: add clocked SERE, make endpoints visible from VHDL.
Tristan Gingold
2016-03-22
1
-5
/
+21
*
parse: detect early use of signature in expressions.
Tristan Gingold
2016-02-18
1
-1
/
+8
*
parse: avoid weird error message for end protected.
Tristan Gingold
2016-02-17
1
-1
/
+8
*
psl: cover directive works on a sequence, not on a property.
Tristan Gingold
2016-02-14
1
-21
/
+41
*
Avoid a crash in physical type definition.
Tristan Gingold
2016-01-24
1
-0
/
+4
*
Parse: detect ill-formed formal names. Fix bug24324.
Tristan Gingold
2016-01-19
1
-0
/
+23
*
Add support for conditional assignments.
Tristan Gingold
2016-01-16
1
-51
/
+196
*
Remove unused code (scanner).
Tristan Gingold
2015-12-23
1
-9
/
+1
*
parse: remove unreachable code.
Tristan Gingold
2015-12-22
1
-44
/
+8
*
Scanner: fix use of latin-1 8 bit characters.
Tristan Gingold
2015-12-22
1
-4
/
+3
*
ghdl_simul debugger: handle break on operator, handle end of file.
Tristan Gingold
2015-12-03
1
-1
/
+7
*
parse: add comments.
Tristan Gingold
2015-11-30
1
-0
/
+16
*
Improve error message when ',' is used instead of ';' in interface.
Tristan Gingold
2015-11-25
1
-1
/
+8
*
Replace fat accesses by bounds accesses
Tristan Gingold
2015-08-29
1
-25
/
+26
*
Preliminary work to support external names (parse, semantic)
Tristan Gingold
2015-05-23
1
-4
/
+229
*
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-12
1
-47
/
+184
*
Rename Get_Location_Str to Image.
Tristan Gingold
2015-05-09
1
-1
/
+2
*
PSL: add comments, scan endpoint.
Tristan Gingold
2015-01-15
1
-0
/
+5
*
parser: improve error message and recovery on = for default expression.
Tristan Gingold
2015-01-15
1
-0
/
+7
*
xrefs: adjust for vhdl08.
Tristan Gingold
2015-01-14
1
-4
/
+19
*
disp_vhdl: adjust for vhdl2008 (generate, bit string).
Tristan Gingold
2015-01-14
1
-0
/
+2
*
vhdl08: forbid simple block_specification for labeled if-generate statement.
Tristan Gingold
2015-01-10
1
-1
/
+12
*
vhdl08: block configuration for if-generate statements.
Tristan Gingold
2015-01-10
1
-7
/
+14
*
Handle vhdl08 if generate statements
Tristan Gingold
2015-01-07
1
-19
/
+116
*
Initial rework for vhdl 2008 generate statements.
Tristan Gingold
2015-01-03
1
-51
/
+156
*
Rename name_table.name_buffer and name_length to avoid clash.
Tristan Gingold
2014-12-31
1
-8
/
+9
*
vhdl 2008: handle sized bit strings.
Tristan Gingold
2014-12-30
1
-23
/
+201
*
Rework string literals: store literals position.
Tristan Gingold
2014-12-29
1
-31
/
+27
*
Use same node for implicit and explicit subprogram declarations.
Tristan Gingold
2014-12-15
1
-3
/
+8
*
iirs: reduce size of interface objects.
Tristan Gingold
2014-12-14
1
-10
/
+9
*
iirs: reduce size of signal_declaration.
Tristan Gingold
2014-12-14
1
-8
/
+22
*
Put attribute_value_chain in parent.
Tristan Gingold
2014-12-14
1
-13
/
+29
*
PSL: allow labels on psl directives (fix ticket26).
Tristan Gingold
2014-12-13
1
-9
/
+21
*
Create src/vhdl subdirectory.
Tristan Gingold
2014-11-04
1
-0
/
+7143