11-17-2011 12:29 AM
I want to send data from a VHDL clip in FPGA to host (PXI system with NI7852R). The clip is included in a single cycle timed loop. Data (U32) is accompanied by a pair of handshake signals (Write/Acknowledge). I know that I have to use a Target to Host FIFO but I don't know how to interface the signals from clip to the write part of the FIFO.
			
    
	
		
		
		12-22-2011
	
		
		12:42 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		09-26-2025
	
		
		09:55 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Hi kimduil,
If you want to use CLIP, you should Import VHDL code to communicate with FPGA VI.
To add CLIP to an FPGA target, you must provide IP in the form of VHDL code to compile into the FPGA target.
Please see below link for more information.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x0jiCAA&l=en-US
ps. If you are Korean, you can see it easily with below link as translated into Korean.
http://zone.ni.com/devzone/cda/tut/p/id/11824#toc2
Regards,