Signals are in respect to pci bridge
			  		                                 __
ACK_O		 _______________________________________________________|  |___________
		       __        __        __        __        __                  __
TRY_O		 _____|	 |______|  |______|  |______|  |______|  |________________|  |
              	   ______    ______    ______    ______    ______    ______    ______
STB_I            _|	 |__|      |__|      |__|      |__|      |__|      |__|      |_
                   ______________________________________________________________
CAB_I            _|                                                              |_____
                 ______________________________________________________________________
CYC_I             			                          
                 ______________________________________________________________________
SEL_I                                                                                      
Regards, Daniel
          Hello!
First regarding the VHDL version - it is not available yet and I don't know
whether any work is being done regarding that.
You should probably contact the person which posted the original message.Regarding Read bursts:
CAB_I signal should be used concurrently with CYC_I signal, not STB_I
signal.
If you intend to burst read, you should put CYC_I and CAB_I to 1
simultaneously, while STB_I is used for
bus throttling.
I'll have to take a look into code regarding your other question when I have
some time.Regards,
Miha Dolenc