index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
vhdl-parse.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl-parse: support for-generate in vunits. Fix #1850
Tristan Gingold
2021-08-27
1
-2
/
+10
*
vhdl-parse.adb: improve error recovery. For #1837
Tristan Gingold
2021-08-24
1
-0
/
+2
*
vhdl-parse: use if_generate_else_clause for elsif clauses. Fix #1824
Tristan Gingold
2021-07-29
1
-1
/
+1
*
vhdl: move check on instantiation name from sem to parse.
Tristan Gingold
2021-07-28
1
-0
/
+3
*
vhdl: avoid a crash on forced analysis of a erroneous name expression
Tristan Gingold
2021-05-28
1
-20
/
+17
*
src: Clarify error for conditional signal assignment.
Ondrej Ille
2021-04-11
1
-1
/
+2
*
src: Allow case generate only in VHDL 2008.
Ondrej Ille
2021-04-11
1
-0
/
+1
*
src: Unify check for VHDL at least 2008
Ondrej Ille
2021-04-11
1
-47
/
+25
*
src: Remove obsolete FIXME, file_open_information parsed. Default "IN"/"READ_...
Ondrej Ille
2021-04-05
1
-1
/
+0
*
src: Better reporting of missing parenthesis.
Ondrej Ille
2021-04-03
1
-5
/
+24
*
src: Add Resync_To_End_Of_External_Name.
Ondrej Ille
2021-04-03
1
-1
/
+21
*
vhdl-parse.adb: fix indentation (for #1711)
Tristan Gingold
2021-04-03
1
-30
/
+31
*
src: More detailed message on invalid variable locations.
Ondrej Ille
2021-04-03
1
-12
/
+46
*
src: Provide nicer message if Tok_Is is swapped with Tok_Assign for alias.
Ondrej Ille
2021-04-03
1
-2
/
+6
*
Add support for PSL onehot/onehot0 functions (#1633)
T. Meissner
2021-02-09
1
-0
/
+6
*
update license headers
umarcor
2021-01-14
1
-11
/
+9
*
vhdl-parse.adb: improve diagnostic messages
Tristan Gingold
2021-01-05
1
-1
/
+2
*
vhdl: fix reprint of vhdl08 array element constraints.
Tristan Gingold
2021-01-05
1
-0
/
+2
*
vhdl-parse: improve error recovery on extra right parenthesis
Tristan Gingold
2020-11-04
1
-7
/
+21
*
vhdl-parse: improve error recovery on tick.
Tristan Gingold
2020-11-04
1
-0
/
+5
*
vhdl-parse: do not skip token in case of error. Fix #1500
Tristan Gingold
2020-10-29
1
-1
/
+1
*
vhdl-parse: improve error message for extra '('.
Tristan Gingold
2020-10-09
1
-1
/
+5
*
vhdl: parse subprogram instantiations. For #1470
Tristan Gingold
2020-09-24
1
-86
/
+174
*
vhdl: parse and analyze force/release signal assignment statements.
Tristan Gingold
2020-08-01
1
-11
/
+110
*
vhdl: --std93c is now an alias for --std=93 -frelaxed
Tristan Gingold
2020-06-13
1
-3
/
+5
*
vhdl-parse: always keep parentheses in case expression. For #1364
Tristan Gingold
2020-06-13
1
-3
/
+18
*
vhdl: parse statements in verification units.
Tristan Gingold
2020-06-11
1
-91
/
+96
*
vhdl: parse PSL prev/stable/rose/fell builtin calls. For #662
Tristan Gingold
2020-06-02
1
-4
/
+63
*
vhdl: avoid crash on incorrect type mark in subtype indication.
Tristan Gingold
2020-04-27
1
-9
/
+17
*
types: introduce Direction_Type, which replaces Iir_Direction.
Tristan Gingold
2020-04-20
1
-2
/
+2
*
vhdl-parse: avoid resync_to_end_of_statement.
Tristan Gingold
2020-03-06
1
-0
/
+2
*
vhdl-parse: avoid error cascade for 'subtype before 08.
Tristan Gingold
2020-03-01
1
-1
/
+0
*
vhdl-parse: improve error messages and recovery.
Tristan Gingold
2020-02-27
1
-8
/
+46
*
vhdl-parse: improve recovery for incorrect end identifier.
Tristan Gingold
2020-02-13
1
-8
/
+27
*
ams-vhdl: add simultaneous null statement.
Tristan Gingold
2019-12-30
1
-24
/
+130
*
ams-vhdl: handle record nature end name.
Tristan Gingold
2019-12-30
1
-0
/
+3
*
ams-vhdl: improve error recovery
Tristan Gingold
2019-12-30
1
-1
/
+2
*
vhdl: improve support of AMS-vhdl (array and record natures, source quantities)
Tristan Gingold
2019-12-28
1
-206
/
+1069
*
vhdl: add Has_Delay_Machanism for optional 'inertial' printing.
Tristan Gingold
2019-12-26
1
-2
/
+13
*
vhdl: extract sem_concurrent_statement, to handle hdl stmt in vunits.
Tristan Gingold
2019-10-25
1
-26
/
+25
*
vhdl-parse: do not scan PSL keywords in vunit declarations.
Tristan Gingold
2019-10-24
1
-0
/
+4
*
vhdl-sem_decls: make sem_declaration public.
Tristan Gingold
2019-10-23
1
-0
/
+2
*
vhdl-parse: parse declarations in vunit.
Tristan Gingold
2019-10-21
1
-327
/
+352
*
vhdl: handle labels in verification units.
Tristan Gingold
2019-10-21
1
-8
/
+62
*
vhdl: check cover/restrict is followed by a sequence.
Tristan Gingold
2019-10-16
1
-2
/
+2
*
vhdl: handle cover and restrict within vunit.
Tristan Gingold
2019-10-15
1
-0
/
+4
*
vhdl: renames Conditional_Expression to Conditional_Expression_Chain.
Tristan Gingold
2019-09-02
1
-4
/
+4
*
vhdl: handle architecture in verification unit hierarchical name.
Tristan Gingold
2019-08-20
1
-1
/
+11
*
vhdl: handle assume in verification units.
Tristan Gingold
2019-08-20
1
-0
/
+3
*
synth: handle verification units.
Tristan Gingold
2019-08-20
1
-0
/
+1
[next]