index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
canon.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl: do not clear original node in canon for conditional signal assignment.
Tristan Gingold
2019-03-15
1
-6
/
+9
*
vhdl: fix uvvm failure in scoreboard testbench.
Tristan Gingold
2019-02-07
1
-1
/
+1
*
canon: partially handle instantiated packages in process (all).
Tristan Gingold
2018-12-26
1
-1
/
+28
*
trans-chap9: add a guard.
Tristan Gingold
2018-10-24
1
-2
/
+3
*
canon_extract_sensitivity: handle dereference. Fix #637
Tristan Gingold
2018-08-24
1
-6
/
+9
*
Fix warning: use clause for package has no effect
Vicente Bergas
2018-05-03
1
-3
/
+0
*
sem_subprogram_body: handle all_sensitized_state for all subprograms.
Tristan Gingold
2018-02-18
1
-2
/
+1
*
sem_names: improve support of external names.
Tristan Gingold
2018-01-21
1
-1
/
+6
*
simul: handle psl endpoints (and adjust issue45).
Tristan Gingold
2017-12-21
1
-1
/
+2
*
canon: handle unaffected in waveform expression.
Tristan Gingold
2017-11-18
1
-0
/
+5
*
Rework list implementation, use iterator.
Tristan Gingold
2017-11-11
1
-8
/
+10
*
Remove some deprecated iir_list subtypes.
Tristan Gingold
2017-11-08
1
-2
/
+2
*
Use flist for disconnection specification and component specification.
Tristan Gingold
2017-11-08
1
-25
/
+27
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-21
/
+22
*
canon: fix thinko related to incremental binding.
Tristan Gingold
2017-10-29
1
-6
/
+12
*
Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.
Tristan Gingold
2017-09-13
1
-4
/
+6
*
Also fix for next/exit statement.
Tristan Gingold
2017-09-06
1
-1
/
+1
*
Also fix crash for assert statement
Tristan Gingold
2017-09-06
1
-2
/
+2
*
Fix crash on report stmt in all sentisitized process
Tristan Gingold
2017-09-06
1
-1
/
+1
*
remove build_reference_decl, add maybe_ref to condition and target.
Tristan Gingold
2017-07-02
1
-9
/
+7
*
canon_sensitivity: handle conditional signal assignment.
Tristan Gingold
2017-06-27
1
-6
/
+26
*
canon: fix thinko for sequential conditional signal assignment.
Tristan Gingold
2017-01-18
1
-4
/
+2
*
canon: handle all signal attributes in canon_extract_sensitivity.
Tristan Gingold
2017-01-15
1
-10
/
+2
*
vhdl08: allow PSL default clock declaration in block declarative parts.
Tristan Gingold
2017-01-13
1
-0
/
+4
*
iirs: renames Iir_Kinds_Scalar_Type_Definition
Tristan Gingold
2017-01-02
1
-1
/
+2
*
Fixes for nodes_gc
Tristan Gingold
2016-12-24
1
-1
/
+18
*
canon: do not create default association if flag_associations is false
Tristan Gingold
2016-12-14
1
-0
/
+4
*
ghdlprint: do not canon associations.
Tristan Gingold
2016-12-12
1
-0
/
+4
*
canon: can canon expressions without canon concurrent statements.
Tristan Gingold
2016-12-12
1
-149
/
+186
*
cleanup: remove Package_Instantiation_Bodies_Chain
Tristan Gingold
2016-12-05
1
-30
/
+0
*
vhdl08: support top-level macro-expanded package instantiation declarations.
Tristan Gingold
2016-12-05
1
-44
/
+22
*
Handle top-level instantiation of macro-expansed packages.
Tristan Gingold
2016-11-12
1
-15
/
+14
*
ownership: check tree after sem and canon.
Tristan Gingold
2016-11-05
1
-95
/
+121
*
vhdl08: allow unaffected in sequential signal assignments.
Tristan Gingold
2016-11-01
1
-1
/
+1
*
canon: use vhdl08 for concurrent selected signal assignment.
Tristan Gingold
2016-11-01
1
-28
/
+56
*
Remove default_*_map_aspect from binding_indication.
Tristan Gingold
2016-10-20
1
-6
/
+16
*
canon: do not set formal of association by position.
Tristan Gingold
2016-10-19
1
-55
/
+66
*
Disable most of canon for reprint.
Tristan Gingold
2016-10-17
1
-31
/
+43
*
Finish_Compilation: factorize code, move to libraries.
Tristan Gingold
2016-10-15
1
-5
/
+4
*
Handle parenthesis_expression in canon.
Tristan Gingold
2016-10-11
1
-1
/
+2
*
Rework AST to setup ownership and reference policy.
Tristan Gingold
2016-10-11
1
-2
/
+1
*
Add signal_attribute_declaration to hold implicit atribute signals.
Tristan Gingold
2016-10-08
1
-1
/
+1
*
Create_Instantiation_Bodies: add parent
Tristan Gingold
2016-09-30
1
-2
/
+3
*
vhdl08: more support for interface subprograms.
Tristan Gingold
2016-09-27
1
-1
/
+2
*
vhdl08: preliminary work for package body instantiation.
Tristan Gingold
2016-09-18
1
-0
/
+31
*
Handle macro-expansion of instantiation of declaration with interface type.
Tristan Gingold
2016-09-16
1
-19
/
+82
*
Comments and reformatting.
Tristan Gingold
2016-09-14
1
-114
/
+64
*
vhdl08: handle very simple nested packages.
Tristan Gingold
2016-09-03
1
-38
/
+8
*
vhdl08: preliminary work for nested package and type association.
Tristan Gingold
2016-09-01
1
-12
/
+20
*
vhdl08: add support of case-generate statement
Tristan Gingold
2016-07-07
1
-19
/
+63
[next]