index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
simul: finalize declarations of procedure calls
Tristan Gingold
2022-10-01
1
-0
/
+2
*
synth: handle read for floats
Tristan Gingold
2022-09-30
1
-0
/
+12
*
synth: handle float-float conversions
Tristan Gingold
2022-09-30
1
-3
/
+14
*
synth: factorize code
Tristan Gingold
2022-09-30
1
-8
/
+1
*
simul: handle quiet attribute
Tristan Gingold
2022-09-29
2
-5
/
+16
*
synth: handle guard signal in debugger
Tristan Gingold
2022-09-28
1
-0
/
+1
*
simul: handle last_value attribute
Tristan Gingold
2022-09-28
2
-0
/
+8
*
synth: handle guard signal in expressions
Tristan Gingold
2022-09-28
2
-0
/
+2
*
synth: handle null-range loops
Tristan Gingold
2022-09-28
4
-17
/
+37
*
synth: handle names in record aggregate targets
Tristan Gingold
2022-09-28
1
-0
/
+12
*
synth: handle array target aggregate
Tristan Gingold
2022-09-27
1
-2
/
+6
*
synth: handle error on variable default value
Tristan Gingold
2022-09-27
1
-0
/
+5
*
synth-vhdl_eval: handle nor, nand
Tristan Gingold
2022-09-26
1
-0
/
+21
*
synth: handle attributes in configurations
Tristan Gingold
2022-09-26
2
-1
/
+12
*
synth: improve error checks (type conversion, string literals)
Tristan Gingold
2022-09-25
3
-33
/
+37
*
synth: rework error procedure, always pass the instance
Tristan Gingold
2022-09-25
14
-251
/
+401
*
synth-vhdl_eval: handle vhdl-87 array array concatenation
Tristan Gingold
2022-09-25
1
-2
/
+31
*
synth-vhdl_stmts: fix missing newline in default assertion messages
Tristan Gingold
2022-09-25
1
-3
/
+3
*
synth: handle default expression for IN variables in assocs
Tristan Gingold
2022-09-25
1
-4
/
+10
*
synth: handle selected names in targets
Tristan Gingold
2022-09-25
1
-1
/
+2
*
synth-vhdl_eval: handle null-null in array concatenations
Tristan Gingold
2022-09-25
1
-0
/
+6
*
simul: gather disconnection specifications, create guard signal
Tristan Gingold
2022-09-25
1
-3
/
+3
*
synth: ignore groups and group templates
Tristan Gingold
2022-09-25
2
-0
/
+12
*
synth: handle attribute names
Tristan Gingold
2022-09-25
1
-13
/
+16
*
synth: handle individual subprogram associations for expressions
Tristan Gingold
2022-09-25
1
-55
/
+61
*
synth: rework association conversions
Tristan Gingold
2022-09-25
2
-28
/
+64
*
synth-vhdl_stmts: rework for subprogram associations (WIP)
Tristan Gingold
2022-09-25
1
-57
/
+36
*
synth-vhdl_stmts: support of individual paramater associations (WIP)
Tristan Gingold
2022-09-25
2
-106
/
+238
*
synth-vhdl_stmts: refactore synth_subprogram_associations
Tristan Gingold
2022-09-25
1
-49
/
+52
*
synth-vhdl_stmts: refactore
Tristan Gingold
2022-09-25
1
-23
/
+32
*
synth-vhdl_stmts: refactoring
Tristan Gingold
2022-09-25
1
-189
/
+208
*
synth-vhdl_stmts: rework in progress of subprogram associations
Tristan Gingold
2022-09-25
1
-108
/
+115
*
synth-vhdl_insts: move pragma unreferenced
Tristan Gingold
2022-09-21
1
-1
/
+2
*
synth: simplify elab-vhdl_annotations
Tristan Gingold
2022-09-19
2
-51
/
+3
*
synth: simplify elab-vhdl_annotations
Tristan Gingold
2022-09-19
3
-193
/
+31
*
synth: rename vhdl.annotations to elab.vhdl_annotations
Tristan Gingold
2022-09-19
6
-9
/
+1708
*
synth: rework subprogram associations (WIP)
Tristan Gingold
2022-09-19
2
-41
/
+84
*
synth-vhdl_stmts: minor renaming
Tristan Gingold
2022-09-18
3
-10
/
+10
*
synth: fix assert failure on attribute specification
Tristan Gingold
2022-09-18
1
-1
/
+5
*
simul: handle type conversions in port associations
Tristan Gingold
2022-09-18
2
-38
/
+40
*
synth: handle open variable association
Tristan Gingold
2022-09-17
1
-22
/
+31
*
simul: use synth_declarations for processes and procedures
Tristan Gingold
2022-09-17
2
-13
/
+11
*
synth: factorize code (reuse synth_constant_declaration)
Tristan Gingold
2022-09-17
4
-67
/
+18
*
synth: handle protected types in subprograms
Tristan Gingold
2022-09-17
2
-7
/
+50
*
synth: improve file handling (skip extra data, errors)
Tristan Gingold
2022-09-17
3
-3
/
+53
*
synth: finalize files
Tristan Gingold
2022-09-17
3
-4
/
+30
*
synth: handle read length on text files
Tristan Gingold
2022-09-17
1
-16
/
+40
*
synth: handle incomplete types
Tristan Gingold
2022-09-17
6
-24
/
+87
*
synth: handle individual generic associations
Tristan Gingold
2022-09-17
1
-5
/
+35
*
synth: factorize code with synth_assignment_prefix
Tristan Gingold
2022-09-16
1
-75
/
+15
[prev]
[next]