From 37ecdb4cfbcf0ff9fc070895ac7067a75ba3e92f Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 17 Sep 2016 19:49:26 +0100 Subject: [PATCH] Stop tgt-vvp from generating .alias records. (partial backport of commit d44c814bab0c26347d821708fb671b691fdb4242) Net arrays can be handled by nets directly, instead of creating .alias records. But keep support for .alias records in vvp. to maintain backwards compatibility. --- tgt-vvp/vvp_scope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgt-vvp/vvp_scope.c b/tgt-vvp/vvp_scope.c index 2919c3337..80534c429 100644 --- a/tgt-vvp/vvp_scope.c +++ b/tgt-vvp/vvp_scope.c @@ -669,7 +669,7 @@ static void draw_net_in_scope(ivl_signal_t sig) swapped ? last : first ); } - fprintf(vvp_out, "v%p_%u .alias%s v%p %u, %d %d, " + fprintf(vvp_out, "v%p_%u .net%s v%p %u, %d %d, " "v%p_%u; Alias to %s\n", sig, iword, datatype_flag, sig, iword, msb, lsb, nex_data->net, nex_data->net_word,