]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
After talking to Cahit, hopefulle no map warnings anymore
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Thu, 18 Jun 2015 08:31:59 +0000 (10:31 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Thu, 18 Jun 2015 08:31:59 +0000 (10:31 +0200)
ADC/compile_constraints.pl

index 7f921b57b2a3b3c9ccd8011eb0507ba650f26440..da557c048ef07694b71e38059468fdd1d06e771c 100755 (executable)
@@ -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: $!";