index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl-nodes: reduce size of Iterator_Declaration.
Tristan Gingold
2020-07-01
2
-6
/
+6
*
vhdl-sem_psl: avoid a crash in synth on incorrect clock.
Tristan Gingold
2020-06-30
1
-0
/
+2
*
vhdl-nodes: make Subtype_Indication Maybe_Ref. For #641
Tristan Gingold
2020-06-30
4
-225
/
+258
*
trans-chap3: propagate object kind to bounds mnode. Fix #1376
Tristan Gingold
2020-06-27
1
-1
/
+1
*
vhdl: check missing association to generics. Fix #1379
Tristan Gingold
2020-06-26
4
-32
/
+115
*
vhdl-nodes: add Open_Flag to all generic interfaces.
Tristan Gingold
2020-06-26
3
-194
/
+216
*
vhdl-sem_assocs: abstract Sem_Check_Missing_Association.
Tristan Gingold
2020-06-26
2
-61
/
+107
*
vhdl: improve print of default binding indication. For #1379
Tristan Gingold
2020-06-26
1
-3
/
+3
*
vhdl: avoid crash on error for -c/-r.
Tristan Gingold
2020-06-25
1
-1
/
+3
*
vhdl: add missing check_read. Fix #1381
Tristan Gingold
2020-06-25
2
-0
/
+4
*
vhdl/translate: add support for subtype attribute. For #641
Tristan Gingold
2020-06-25
3
-22
/
+55
*
vhdl/translate: rework object type elaboration. For #641
Tristan Gingold
2020-06-24
8
-41
/
+93
*
vhdl: improve support of subtype attribute. For #641
Tristan Gingold
2020-06-24
4
-26
/
+89
*
synth: handle std_logic_signed.conv_integer. For ghdl/ghdl-yosys-plugin#126
Tristan Gingold
2020-06-19
2
-79
/
+88
*
vhdl: decode to_x01 (from ieee.std_logic_1164)
Tristan Gingold
2020-06-19
2
-0
/
+28
*
vhdl: slightly improve error message for libraries.
Tristan Gingold
2020-06-19
1
-0
/
+14
*
vhdl: add ghdl_integer_index_check_failed. For #1257
Tristan Gingold
2020-06-17
8
-52
/
+110
*
vhdl/translate: minor refactoring.
Tristan Gingold
2020-06-17
3
-67
/
+64
*
vhdl psl: add support for equivalence operator. Fix #1371
Tristan Gingold
2020-06-16
5
-53
/
+79
*
vhdl: create default configuration for a vunit. Fix #1372
Tristan Gingold
2020-06-15
5
-392
/
+474
*
vhdl-evaluation: handle to_string for floating point types. Fix #1354
Tristan Gingold
2020-06-13
1
-0
/
+3
*
vhdl/translate: simplify some variable assignments. Fix #1361
Tristan Gingold
2020-06-13
2
-8
/
+23
*
vhdl: --std93c is now an alias for --std=93 -frelaxed
Tristan Gingold
2020-06-13
12
-34
/
+39
*
vhdl-parse: always keep parentheses in case expression. For #1364
Tristan Gingold
2020-06-13
2
-3
/
+22
*
vhdl-sem_expr: use -frelaxed for parentheses aggregates. For #1364
Tristan Gingold
2020-06-12
1
-14
/
+39
*
vhdl: analyze and synth concurrent statements in vunit. Fix #1366
Tristan Gingold
2020-06-12
4
-15
/
+35
*
vhdl: parse statements in verification units.
Tristan Gingold
2020-06-11
2
-103
/
+98
*
vhdl: allows --work between files for -c. Fix #1362
Tristan Gingold
2020-06-09
1
-19
/
+37
*
vhdl: handle aggregates in choices. Fix #1360
Tristan Gingold
2020-06-09
2
-0
/
+10
*
Add PSL built-in prev() function to allowed expressions
tmeissner
2020-06-07
1
-0
/
+1
*
Synthesis of PSL built-in fell() function.
tmeissner
2020-06-07
4
-1
/
+58
*
Synthesis of PSL built-in rose() function.
tmeissner
2020-06-06
4
-2
/
+59
*
Synthesis of PSL stable() function.
tmeissner
2020-06-06
4
-1
/
+58
*
trans-chap8: handle accesses like scalar in return statement.
Tristan Gingold
2020-06-04
1
-10
/
+4
*
trans-chap8: handle stack2 in condition of control statement.
Tristan Gingold
2020-06-04
1
-14
/
+43
*
Synthesis of PSL prev function.
Tristan Gingold
2020-06-02
9
-162
/
+316
*
vhdl: parse PSL prev/stable/rose/fell builtin calls. For #662
Tristan Gingold
2020-06-02
13
-232
/
+573
*
vhdl-utils: minor style changes.
Tristan Gingold
2020-05-28
1
-4
/
+2
*
ortho: add a length parameter to start_array_aggr.
Tristan Gingold
2020-05-28
6
-59
/
+44
*
synth: handle reduction operators. Fix #1342
Tristan Gingold
2020-05-27
2
-6
/
+16
*
vhdl-scanner: makes -C part of -frelaxed
Tristan Gingold
2020-05-25
1
-1
/
+3
*
vhdl-nodes: use a flag field for direction.
Tristan Gingold
2020-05-20
4
-5
/
+15
*
synth-decls: handle unbounded record subtypes. Fix #1324
Tristan Gingold
2020-05-19
1
-12
/
+13
*
vhdl-nodes: Rename and move shift/rotate predefined functions. Fix #1325
Tristan Gingold
2020-05-19
2
-17
/
+17
*
vhdl-sem_psl: handle equal/goto repeat seq. Fix #1321
Tristan Gingold
2020-05-18
1
-1
/
+3
*
synth: handle functional call to numeric_std binary operators. For #1313
Tristan Gingold
2020-05-16
1
-24
/
+33
*
trans-chap3: factorize code.
Tristan Gingold
2020-05-15
1
-11
/
+1
*
vhdl-utils: factorize Get_File_Signature.
Tristan Gingold
2020-05-15
4
-134
/
+113
*
vhdl-configuration: handle overrides of slv. Fix #1298
Tristan Gingold
2020-05-13
1
-1
/
+15
*
trans-chap7: add a comment.
Tristan Gingold
2020-05-13
1
-0
/
+3
[next]