index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
translate
Commit message (
Expand
)
Author
Age
Files
Lines
*
trans-chap3: handle (ignore) use clauses in protected types. Fix #1833
Tristan Gingold
2021-08-14
1
-1
/
+2
*
vhdl: introduce iir_kind_association_element_by_name
Tristan Gingold
2021-08-06
4
-9
/
+11
*
trans-chap7: handle strings in static array. Fix #1637
Tristan Gingold
2021-08-06
1
-2
/
+2
*
trans-chap3: do not create same range_var for enumeration subtype.
Tristan Gingold
2021-08-06
1
-27
/
+41
*
vhdl: adjust ownership of agrgegate element subtypes. Fix #1419
Tristan Gingold
2021-08-05
1
-12
/
+28
*
vhdl-sem_expr.adb: build element subtype for aggregate when possible.
Tristan Gingold
2021-08-03
1
-1
/
+1
*
trans-chap9: set line number for gcc. Fix #1817
Tristan Gingold
2021-07-19
1
-2
/
+5
*
vhdl-nodes: remove Identifier from Psl_Default_Clock
Tristan Gingold
2021-06-30
1
-3
/
+16
*
vhdl: handle mod/rem for physical. Fix #1810
Tristan Gingold
2021-06-30
1
-1
/
+5
*
trans-chap3: add comments
Tristan Gingold
2021-06-07
1
-2
/
+10
*
trans-chap6: add a comment
Tristan Gingold
2021-05-19
1
-0
/
+1
*
trans-chap4: add comments
Tristan Gingold
2021-05-16
1
-0
/
+4
*
trans-chap6: handle alias of unbounded record. For #641
Tristan Gingold
2021-05-13
1
-1
/
+2
*
vhdl: handle object interface using an interface type. Fix #1726
Tristan Gingold
2021-04-17
1
-0
/
+6
*
trans-chap9: handle N_Imp_Bool for PSL. For #1721
Tristan Gingold
2021-04-13
1
-0
/
+21
*
trans-chap9.adb: fix out of scope reference.
Tristan Gingold
2021-04-10
1
-2
/
+3
*
ghdldrv,configure: allow LIB.UNIT name for -e/-r commands. Fix #1718
Tristan Gingold
2021-04-10
1
-8
/
+24
*
src: Fix PSL start count assignment for PSL endpoints.
Ondrej Ille
2021-04-08
1
-9
/
+9
*
src: Introduce two separate PSL counters (Finish and Start).
Ondrej Ille
2021-04-08
4
-12
/
+43
*
src: Define PSL type RTI with simplified assertion state.
Ondrej Ille
2021-04-08
4
-6
/
+94
*
src: Move --psl-report-uncovered to run options, not analysis options.
Ondrej Ille
2021-03-22
1
-1
/
+1
*
Revert "src: Add -Wpsl-uncovered option to optionally warn about uncovered PS...
Ondrej Ille
2021-03-22
1
-11
/
+9
*
Revert "src: Fix build warning for redundant comparison."
Ondrej Ille
2021-03-22
1
-1
/
+1
*
Revert "src: Fix notes on pull-request."
Ondrej Ille
2021-03-22
1
-1
/
+1
*
src: Fix notes on pull-request.
Ondrej Ille
2021-03-22
1
-1
/
+1
*
src: Fix build warning for redundant comparison.
Ondrej Ille
2021-03-22
1
-1
/
+1
*
src: Add -Wpsl-uncovered option to optionally warn about uncovered PSL sequen...
Ondrej Ille
2021-03-22
1
-9
/
+11
*
vhdl: handle alias of protected objects. Fix #1688
Tristan Gingold
2021-03-19
1
-2
/
+4
*
vhdl-evaluation.adb: use is_overflow_literal.
Tristan Gingold
2021-02-11
1
-0
/
+3
*
trans-chap7.adb: handle universal integer/real multiplication. Fix #1624
Tristan Gingold
2021-01-29
1
-0
/
+4
*
trans-chap5: use value mode to get object bounds. Fix #1612
Tristan Gingold
2021-01-19
1
-1
/
+1
*
update license headers
umarcor
2021-01-14
40
-440
/
+360
*
trans-chap3: also compute the size of record constraints for unbounded subtypes
Tristan Gingold
2020-12-31
1
-2
/
+23
*
trans-chap3: compute size of subelements for unconstrained parent subtypes
Tristan Gingold
2020-12-29
1
-8
/
+39
*
libraries: Load_Std_Library: now return a status.
Tristan Gingold
2020-12-26
1
-1
/
+3
*
vhdl: handle locally static attributes on entity/architecture/configurations
Tristan Gingold
2020-12-08
1
-10
/
+20
*
trans-rtis: adjust max_depth of records. For #1404
Tristan Gingold
2020-08-26
1
-3
/
+7
*
vhdl/translate: handle vhdl-93 'last_value. Fix #1440
Tristan Gingold
2020-08-26
6
-75
/
+207
*
vhdl: renaming in vhdl-canon.
Tristan Gingold
2020-08-08
2
-2
/
+2
*
trans-chap6: fix reuse violation of a node.
Tristan Gingold
2020-08-06
1
-0
/
+1
*
translate: minor changes.
Tristan Gingold
2020-08-04
3
-4
/
+2
*
vhdl: handle force/release statements in translate and grt. For #1416
Tristan Gingold
2020-08-03
3
-18
/
+205
*
vhdl: parse and analyze force/release signal assignment statements.
Tristan Gingold
2020-08-01
3
-0
/
+5
*
translate: add a function to get allocation kind of layout var.
Tristan Gingold
2020-07-29
3
-1
/
+15
*
trans-chap6: adjust types in translate_selected_element.
Tristan Gingold
2020-07-28
1
-24
/
+28
*
trans-chap8: avoid to create slice type too late.
Tristan Gingold
2020-07-28
1
-0
/
+10
*
translate: fix foreach_non_composite for arrays with unbounded elements.
Tristan Gingold
2020-07-27
3
-6
/
+11
*
translate: handle slice of arrays with unbounded elements.
Tristan Gingold
2020-07-27
5
-23
/
+83
*
trans-chap3: renaming to clarify parameters.
Tristan Gingold
2020-07-27
2
-9
/
+9
*
trans-chap6: minor rework in translate_slice_name_finish
Tristan Gingold
2020-07-27
1
-32
/
+39
[next]