diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-03-06 21:35:07 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-03-06 21:35:07 +0100 |
commit | f50257ffb93adf74595428ea24dc9e5cdfe62bdf (patch) | |
tree | 1e05f5a0708bc6056d660e3b14c7dfbeb487a3cd /canon.ads | |
parent | ff36ccb3426d5230801d8457e3864734a27ea981 (diff) | |
download | ghdl-f50257ffb93adf74595428ea24dc9e5cdfe62bdf.tar.gz ghdl-f50257ffb93adf74595428ea24dc9e5cdfe62bdf.tar.bz2 ghdl-f50257ffb93adf74595428ea24dc9e5cdfe62bdf.zip |
canon: change profile of Canon_Procedure_Call.
Diffstat (limited to 'canon.ads')
-rw-r--r-- | canon.ads | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -49,8 +49,7 @@ package Canon is return Iir_Design_Unit; -- Canonicalize a subprogram call. - -- Return the new association chain. - function Canon_Subprogram_Call (Call : Iir) return Iir; + procedure Canon_Subprogram_Call (Call : Iir); -- Compute the sensivity list of EXPR and add it to SENSIVITY_LIST. -- If IS_TARGET is true, the longuest static prefix of the signal name |