aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-builders.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-22 17:26:38 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-22 17:26:38 +0200
commit6f9f27d4a643aaae6e5f04bae104f28473c9b695 (patch)
treec243106609294590668e370d4005336ce1cb4457 /src/synth/netlists-builders.ads
parent51d105ce7368344753ef90f84c2209dd514715bb (diff)
downloadghdl-6f9f27d4a643aaae6e5f04bae104f28473c9b695.tar.gz
ghdl-6f9f27d4a643aaae6e5f04bae104f28473c9b695.tar.bz2
ghdl-6f9f27d4a643aaae6e5f04bae104f28473c9b695.zip
synth: handle rotate.
Diffstat (limited to 'src/synth/netlists-builders.ads')
-rw-r--r--src/synth/netlists-builders.ads8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/synth/netlists-builders.ads b/src/synth/netlists-builders.ads
index 8395c6292..6d76d4663 100644
--- a/src/synth/netlists-builders.ads
+++ b/src/synth/netlists-builders.ads
@@ -43,9 +43,9 @@ package Netlists.Builders is
Id : Dyadic_Module_Id;
L, R : Net) return Net;
- function Build_Shift (Ctxt : Context_Acc;
- Id : Shift_Module_Id;
- L, R : Net) return Net;
+ function Build_Shift_Rotate (Ctxt : Context_Acc;
+ Id : Shift_Rotate_Module_Id;
+ L, R : Net) return Net;
function Build_Monadic (Ctxt : Context_Acc;
Id : Monadic_Module_Id;
@@ -175,7 +175,7 @@ private
Parent : Module;
Num : Uns32;
M_Dyadic : Module_Arr (Dyadic_Module_Id);
- M_Shift : Module_Arr (Shift_Module_Id);
+ M_Shift_Rotate : Module_Arr (Shift_Rotate_Module_Id);
M_Monadic : Module_Arr (Monadic_Module_Id);
M_Compare : Module_Arr (Compare_Module_Id);
M_Concat : Module_Arr (Concat_Module_Id);