summaryrefslogtreecommitdiff
path: root/techlibs/common
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-08-03 12:40:43 +0200
committerClifford Wolf <clifford@clifford.at>2014-08-03 12:40:43 +0200
commit014a41fcf3463fae881413b4b366c2c2a6fb20de (patch)
treeb60f84336b5e7190cb366ac4e7acde3c2966cc10 /techlibs/common
parent9bb5298c104e83fef52d345772175be40301c7e3 (diff)
Implemented recursive techmap
Diffstat (limited to 'techlibs/common')
-rw-r--r--techlibs/common/techmap.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/common/techmap.v b/techlibs/common/techmap.v
index 54652868..7f3855ce 100644
--- a/techlibs/common/techmap.v
+++ b/techlibs/common/techmap.v
@@ -167,7 +167,7 @@ module shift_ops_shr_shl_sshl_sshr (A, B, Y);
localparam BB_WIDTH = `MIN($clog2(shift_left ? Y_WIDTH : A_SIGNED ? WIDTH : A_WIDTH) + 1, B_WIDTH);
wire [1023:0] _TECHMAP_DO_00_ = "proc;;";
- wire [1023:0] _TECHMAP_DO_01_ = "CONSTMAP; opt_muxtree; opt_const -mux_undef -mux_bool -fine;;;";
+ wire [1023:0] _TECHMAP_DO_01_ = "RECURSION; CONSTMAP; opt_muxtree; opt_const -mux_undef -mux_bool -fine;;;";
integer i;
reg [WIDTH-1:0] buffer;