# We dont support the instrumentation of vectors (only sinlge indices of busses).
return"The given net to instrument is a vector with multiple bits.\nThis is not supported.\nMay you want to instrument a single bit of said vector instead?";
return"The given net to instrument is a vector with multiple bits.\nThis is not supported.\nMaybe you want to instrument a single bit of said vector instead?";
# $idx = "[".$msb.":".$lsb."]";
# $idx_postfix = "_".$msb."_".$lsb."_";
}else{
...
...
@@ -864,15 +864,15 @@ sub get_connection_object {
}
}elsif($connection_typeeq"ASSIGN"){
if($connection_path=~/^(.+)\Q$SEP\E(.+)$/){
my$lhs=$2;
my$net=$2;
$logger->trace("Looking for assignment to/from \"$2\" in module \"$1\"...");
$logger->trace("Looking for assignment to/from \"$net\" in module \"$1\"...");