From 24ffa474f31d07b1f7945048145c30530ada986d Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Thu, 18 Jun 2015 10:31:59 +0200 Subject: [PATCH] After talking to Cahit, hopefulle no map warnings anymore --- ADC/compile_constraints.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ADC/compile_constraints.pl b/ADC/compile_constraints.pl index 7f921b5..da557c0 100755 --- a/ADC/compile_constraints.pl +++ b/ADC/compile_constraints.pl @@ -72,7 +72,7 @@ $lpf =~ s#THE_TDC/#GEN_TDC.THE_TDC/#g; # for TDC v1.6.3 $lpf =~ s#ff_array_en#ff_array_en_i#g; -$lpf =~ s#hit_mux_ch#hit_mux_ch/hit_i_5_u_0#g; +$lpf =~ s#hit_mux_ch#hit_mux_ch/hit_i_5_u#g; # make the LPF diamond 2.1 compatible # we assume that generate loops are all named with "gen_" @@ -84,6 +84,7 @@ sub replace_dot { $lpf =~ s#(BLKNAME\s+)(.+?)([;\s])#replace_dot($1,$2,$3)#eg; $lpf =~ s#(CELL\s+")(.+?)(")#replace_dot($1,$2,$3)#eg; $lpf =~ s#(NET\s+")(.+?)(")#replace_dot($1,$2,$3)#eg; +$lpf =~ s#(COMP\s+")(.+?)(")#replace_dot($1,$2,$3)#eg; open FILE, ">$workdir/$TOPNAME.lpf" or die "Couldnt open file: $!"; -- 2.43.0