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
*
Fix crash after call to function without enough parameters.
Tristan Gingold
2015-05-12
1
-3
/
+3
*
Fix translation for context declaration for gcc/llvm.
Tristan Gingold
2015-05-12
1
-0
/
+3
*
aliases: avoid crash in case of mismatch between function and procedure.
Tristan Gingold
2015-05-12
1
-0
/
+6
*
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-12
19
-311
/
+786
*
Allow generic without default values in top-level entity.
Tristan Gingold
2015-05-11
2
-3
/
+63
*
Fix thinko: reject incorrect association (positionnal match followed by
Tristan Gingold
2015-05-11
2
-15
/
+10
*
Fix use of condition operator in case of overload.
Tristan Gingold
2015-05-11
1
-9
/
+38
*
vhdl 08: handle boolean subtype for conditional expressions.
Tristan Gingold
2015-05-10
1
-1
/
+1
*
Correctly handle overload of subprogram in presence of subprogram alias.
Tristan Gingold
2015-05-10
1
-1
/
+6
*
Rename Get_Location_Str to Image.
Tristan Gingold
2015-05-09
7
-43
/
+23
*
Report incorrect use of 'Base.
Tristan Gingold
2015-05-09
2
-2
/
+7
*
Avoid crash if name of subprogram also denotes a non-subprogram declaration.
Tristan Gingold
2015-05-09
1
-0
/
+1
*
Fix entity instantiation with extended identifier.
Tristan Gingold
2015-03-31
3
-4
/
+20
*
ortho_llvm: handle debug info for incomplete access type.
Tristan Gingold
2015-03-15
1
-7
/
+8
*
Disable overflow checks in Eval_Discrete_Range_Length.
Tristan Gingold
2015-03-14
1
-0
/
+2
*
procedure call: avoid crash with individual associations and signals.
Tristan Gingold
2015-03-14
1
-20
/
+25
*
Elaborate generics in two steps. Fix -c/-e for llvm builds.
Tristan Gingold
2015-03-01
6
-39
/
+36
*
grt: fix protected object lock during elaboration.
Tristan Gingold
2015-01-30
1
-1
/
+1
*
iirs.ads: fix indentation and adjust pnodes.py
Tristan Gingold
2015-01-24
1
-249
/
+249
*
Move Makefile from xtools to vhdl.
Tristan Gingold
2015-01-24
1
-0
/
+47
*
simulation: use invalid_instance_slot instead of 0.
Tristan Gingold
2015-01-24
2
-4
/
+4
*
Fix typos in grt and translation.adb for vhdl2008 (gcc).
Tristan Gingold
2015-01-24
1
-1
/
+1
*
Simulation: renaming.
Tristan Gingold
2015-01-23
6
-133
/
+118
*
simulation: rework scope_level.
Tristan Gingold
2015-01-23
6
-123
/
+157
*
Style fix.
Tristan Gingold
2015-01-23
1
-5
/
+2
*
Use 64 bits for universal integer type.
Tristan Gingold
2015-01-22
1
-5
/
+5
*
Detect and report UTF BOM at beginning of source files.
Tristan Gingold
2015-01-21
2
-6
/
+48
*
Translate: fix thinko for implicit conversion after conversion in assoc.
Tristan Gingold
2015-01-21
2
-29
/
+32
*
sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.
Tristan Gingold
2015-01-20
2
-10
/
+23
*
Minor rework of overflow in physical units: defer until execution.
Tristan Gingold
2015-01-20
4
-84
/
+39
*
Style fixes.
Tristan Gingold
2015-01-18
1
-1
/
+2
*
simulation: adjust for vhdl08 configurations.
Tristan Gingold
2015-01-18
1
-39
/
+38
*
execution: fix v87 concat with element.
Tristan Gingold
2015-01-18
2
-23
/
+27
*
simulation: handle v87 concatenation.
Tristan Gingold
2015-01-17
1
-41
/
+74
*
debugger: add list command.
Tristan Gingold
2015-01-17
2
-19
/
+126
*
ghdlsimul: adjust after use of name for block_specification.
Tristan Gingold
2015-01-17
1
-1
/
+2
*
Fix build of ghdl_simul (WIP).
Tristan Gingold
2015-01-16
6
-268
/
+233
*
Keep and handle simple name for Block_Specification.
Tristan Gingold
2015-01-16
6
-588
/
+582
*
disp_tree: add Max_Depth to limit recursion.
Tristan Gingold
2015-01-16
1
-1
/
+6
*
canon: fix after previous change (do not generate default config for for-gen)
Tristan Gingold
2015-01-16
1
-1
/
+1
*
PSL: add comments, scan endpoint.
Tristan Gingold
2015-01-15
3
-4
/
+16
*
Evaluation: implement array compare for discrete arrays.
Tristan Gingold
2015-01-15
1
-11
/
+46
*
Create the Sem_Qualified_Expression function.
Tristan Gingold
2015-01-15
1
-24
/
+38
*
parser: improve error message and recovery on = for default expression.
Tristan Gingold
2015-01-15
1
-0
/
+7
*
Evaluation: implement array comparaison (greater or less).
Tristan Gingold
2015-01-15
1
-42
/
+98
*
xrefs: adjust for vhdl08.
Tristan Gingold
2015-01-14
2
-4
/
+20
*
disp_vhdl: adjust for vhdl2008 (generate, bit string).
Tristan Gingold
2015-01-14
2
-30
/
+94
*
sem: fix Can_Collapse_Signals regression.
Tristan Gingold
2015-01-12
1
-1
/
+5
*
grt: improve --disp-signals-table output.
Tristan Gingold
2015-01-12
1
-5
/
+9
*
vhdl2008: expanded names in for-generate statements.
Tristan Gingold
2015-01-12
4
-74
/
+81
[next]