 D.L.ZHANG
		
			D.L.ZHANG
		
		
		
		
		
		
		
		
	
			06-23-2022 07:55 AM
when i want to transform image from HOST vi to FPGA traget, something wrong about compile. according the information,I have checked my compile tools, and I do have the vivado 2019.1 edition.i readlly don't know what i could do,so please let me know if anybody konw how to fix this question. the following picture may helpful.thanks for your watching.
Solved! Go to Solution.
 Terry_ALE
		
			Terry_ALE
		
		
		 
		
		
		
		
		
	
			06-24-2022 11:00 AM
I cannot read everything but it looks like the DMA-FIFO datatype in the subVI is different from that of the bitfile.
06-24-2022 10:07 PM
thanks for your reply.
i am a newbie in image processing by FPGA and i have imitated others program in transform image and its lot of error.
so if you get any examples, it's really helpful.
Thanks again
 Terry_ALE
		
			Terry_ALE
		
		
		 
		
		
		
		
		
	
			06-25-2022 07:11 AM
It is not an image issue. It is a LabVIEW FPGA issue.
Can you look inside that subVI in the host and look for a similarly named DMA-FIFO on the FPGA? It is must not have the same datatype.
 Longlong99
		
			Longlong99
		
		
		
		
		
		
		
		
	
			08-03-2022 08:03 AM
Are you use LabVIEW FPGA version、
09-04-2022 10:29 PM
my labview FPGA version is 2020 edition
 Bob_Schor
		
			Bob_Schor
		
		
		 
		
		
		
		
		
	
			09-04-2022 10:39 PM
For us to understand what you are doing, you will need to attach your entire LabVIEW Project. You should also tell us what version of LabVIEW and what "bitness" you are using, and what is your Remote Target (with the FPGA).
Bob Schor
 Zhaoyuc
		
			Zhaoyuc
		
		
		
		
		
		
		
		
	
			10-24-2022 05:25 AM
Hello Zhang,
I face the same problem with you, could you please tell me how did you solve the problem? I would appreciate it if you could show me your project as a reference.
10-24-2022 08:06 PM
my suggestion is to be sure your FIFO is right, Base on that to compile your FPGA program first. I can not use ISE14.7 in win10 so I change to ues cloud compile tool.
 Zhaoyuc
		
			Zhaoyuc
		
		
		
		
		
		
		
		
	
			10-25-2022 03:27 AM
Thanks for your reply.
I created a same host.vi as you, but got a different error.All my versions of software are 2020, and I set up the FIFO to U8x1 from host to target mode. I show my host.vi and target.vi as follow, could you please give me some suggestions?