index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
vhdl-sem_stmts.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl: move check on instantiation name from sem to parse.
Tristan Gingold
2021-07-28
1
-1
/
+1
*
vhdl-sem_stmts.adb: avoid a crash when forced analysis.
Tristan Gingold
2021-07-23
1
-0
/
+4
*
vhdl-sem_stmts.adb: avoid a crash on invalid expression
Tristan Gingold
2021-07-05
1
-1
/
+3
*
vhdl-nodes: remove Identifier from Psl_Default_Clock
Tristan Gingold
2021-06-30
1
-0
/
+1
*
vhdl: avoid a crash on forced analysis of a erroneous name expression
Tristan Gingold
2021-05-28
1
-2
/
+6
*
vhdl-sem_stmts.adb: avoid duplicate error message
Tristan Gingold
2021-05-28
1
-0
/
+3
*
vhdl-sem_stmts: handle aliases for force/release assignment. Fix #1751
Tristan Gingold
2021-05-06
1
-5
/
+8
*
Add a warning for processes without a wait statement. Fix #1677
Tristan Gingold
2021-03-08
1
-7
/
+13
*
vhdl-sem_stmts: avoid overflow. Fix #1639
Tristan Gingold
2021-02-10
1
-3
/
+13
*
update license headers
umarcor
2021-01-14
1
-11
/
+9
*
vhdl-sem_stmts: fix typo (#1518)
Douwe den Blanken
2020-11-20
1
-1
/
+1
*
vhdl: parse and analyze force/release signal assignment statements.
Tristan Gingold
2020-08-01
1
-16
/
+165
*
vhdl: improve support of subtype attribute.
Tristan Gingold
2020-07-18
1
-14
/
+35
*
vhdl: --std93c is now an alias for --std=93 -frelaxed
Tristan Gingold
2020-06-13
1
-4
/
+2
*
vhdl-parse: always keep parentheses in case expression. For #1364
Tristan Gingold
2020-06-13
1
-0
/
+4
*
vhdl-sem_stmts: improve error message for signal assignment.
Tristan Gingold
2020-03-06
1
-0
/
+9
*
vhdl: relax rule for choice expression staticness.
Tristan Gingold
2020-01-15
1
-0
/
+9
*
ams-vhdl: add simultaneous null statement.
Tristan Gingold
2019-12-30
1
-0
/
+34
*
ams-vhdl: add frequency function, minor fixes.
Tristan Gingold
2019-12-30
1
-1
/
+1
*
ams-vhdl: improve error recovery
Tristan Gingold
2019-12-30
1
-0
/
+7
*
ams-vhdl: analyze, canon and print simultaneous procedural statements.
Tristan Gingold
2019-12-30
1
-0
/
+27
*
vhdl-ams: fix overload for simple simultaneous statement.
Tristan Gingold
2019-12-29
1
-3
/
+17
*
vhdl: improve support of AMS-vhdl (array and record natures, source quantities)
Tristan Gingold
2019-12-28
1
-43
/
+238
*
vhdl: extract sem_concurrent_statement, to handle hdl stmt in vunits.
Tristan Gingold
2019-10-25
1
-93
/
+88
*
vhdl: add exit/next flags.
Tristan Gingold
2019-09-18
1
-0
/
+8
*
vhdl: renames Conditional_Expression to Conditional_Expression_Chain.
Tristan Gingold
2019-09-02
1
-4
/
+5
*
vhdl: parse verification unit (WIP).
Tristan Gingold
2019-08-17
1
-1
/
+1
*
vhdl: remove severity from cover, report and severity from assume.
Tristan Gingold
2019-08-08
1
-2
/
+9
*
Add support for PSL assumptions, used in formal verification (#880)
Pepijn de Vos
2019-08-07
1
-2
/
+4
*
vhdl: add a comment.
Tristan Gingold
2019-07-16
1
-0
/
+3
*
vhdl: rename Cover_Statement to Cover_Directive.
Tristan Gingold
2019-07-04
1
-2
/
+2
*
vhdl: parse and analyze restrict directive.
Tristan Gingold
2019-07-04
1
-0
/
+2
*
vhdl: improve error messages for generate statement.
Tristan Gingold
2019-06-12
1
-1
/
+1
*
vhdl: detect unused signals and variables.
Tristan Gingold
2019-06-05
1
-1
/
+2
*
vhdl-sem_stmts.adb: minor refactoring.
Tristan Gingold
2019-05-28
1
-1
/
+1
*
errorout: add messages group instead of continuation.
Tristan Gingold
2019-05-12
1
-4
/
+6
*
vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.
Tristan Gingold
2019-05-10
1
-1
/
+1
*
vhdl: extract vhdl.errors from errorout.
Tristan Gingold
2019-05-08
1
-0
/
+1
*
vhdl: move iirs_utils to vhdl.utils
Tristan Gingold
2019-05-06
1
-1
/
+1
*
vhdl: move xrefs to vhdl child package.
Tristan Gingold
2019-05-06
1
-1
/
+1
*
vhdl: move evaluation to vhdl child.
Tristan Gingold
2019-05-05
1
-1
/
+1
*
vhdl: move std_standard package to vhdl child.
Tristan Gingold
2019-05-05
1
-1
/
+1
*
vhdl: move sem* packages to vhdl children.
Tristan Gingold
2019-05-05
1
-0
/
+2183