From: Andreas Neiser Date: Thu, 18 Jun 2015 08:31:59 +0000 (+0200) Subject: After talking to Cahit, hopefulle no map warnings anymore X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=24ffa474f31d07b1f7945048145c30530ada986d;p=trb3.git After talking to Cahit, hopefulle no map warnings anymore --- 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: $!";