Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI understand and that's very good advice. I have tested with MyHDL and ModelSim the module that deals with TXE and outbus and the module that deals with RXF and inbus. TXE and RXF are mutually exclusive in that only one can be true at any time. The code I am working on now, which requires the bidirectional bus, is additional test code to be downloaded into my device to determine if these modules will actually communicate with the USB device (FT245R). I'll write some code to test the bidirectional buffer stuff with ModelSim.
Thanks very much for your help. Thanks also to FvM for the comment regarding the inout declaration.