I have a program which was created in 5.1 when I opened it in 6i and ran it, my case structures do not work correctly. I have two outputs clk and data. I tell it when clk=0 (True), write data. It does just the opposite. It writes data on the line when clk=1. When I change the case to write when clk=0 false, it writes data when clk=0. Any suggestions to a fix. I mean I can get this to work, but if someone in the future debugs it for something, it will be real confusing.
Thanks in advance!!