Suppress duplicate variable definitions in VCD header.
commit5bd3dd5fb6f9a582d938eb34ccfd31b5452a8541
authorCary R <cygcary@yahoo.com>
Thu, 22 Nov 2007 02:22:38 +0000 (21 18:22 -0800)
committerStephen Williams <steve@icarus.com>
Thu, 22 Nov 2007 03:54:24 +0000 (21 19:54 -0800)
tree06301d39334e7cfe0a732582e6495aeb55ac35d3
parent82b1fcbef441a0da9f649cf70c9aaad0f431decd
Suppress duplicate variable definitions in VCD header.

The LXT and LXT2 formats ignore/work with duplicate variables in
$dumpvars() commands, but VCD output includes extra definitions that
may cause some confusion. This patch checks for duplicates and prints
a warning when they are being suppressed.

It also corrects some error messages in the LXT and LXT2 files to not
reference VCD and some other message cleanup.
vpi/sys_lxt.c
vpi/sys_lxt2.c
vpi/sys_vcd.c