Bug in TA 0.984 VCD-to-TIM conversion: 32-bit bus conversion error
11 views
Skip to first unread message
Ed Carstens
unread,
Jun 3, 2015, 4:05:11 PM6/3/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to timinga...@googlegroups.com
When a bus in VCD happens to change at the last timepoint, then that value gets used for the previous time interval (overwriting the correct value). Attached is an example VCD file. Take a look at hwdata[31:0]. It should go from 0xAABBAABB to 0xCCDDCCDD, but instead it goes from 0xAABBAABB to 0xEEFFEEFF.