Hi,
In: CoDeveloperUniversal2.20.h2
Example: Examples\Xilinx\Virtex4\Mandelbrot
Tools: ISE 9.1.03i and edk9.1.01i
I had to made these changes to avoid errors and to get theis (nice) demo working:
(1) code
main.c line 89:
uint first_pass =1;
changed to:
uint32 first_pass =1;
(2) pcore
generated file apu_mand_v2_1_0.pao
includes line 10:
lib impulse mem_if vhdl
The XPS hw compilation flow can not find the mem_if .vhd file.
If line 10 is deleated, the pcore can be compiled OK and the complete Tutorial4 can be completed to hw.
-Jiri
V4 APU Mandelbrot in 2.20.h2
Started by Jiri_Kadlec, May 09 2007 06:58 AM
1 reply to this topic
#1
Posted 09 May 2007 - 06:58 AM
#2
Posted 09 May 2007 - 11:32 AM
QUOTE (Jiri_Kadlec @ May 9 2007, 08:58 AM) <{POST_SNAPBACK}>
Hi,
In: CoDeveloperUniversal2.20.h2
Example: Examples\Xilinx\Virtex4\Mandelbrot
Tools: ISE 9.1.03i and edk9.1.01i
I had to made these changes to avoid errors and to get theis (nice) demo working:
(1) code
main.c line 89:
uint first_pass =1;
changed to:
uint32 first_pass =1;
(2) pcore
generated file apu_mand_v2_1_0.pao
includes line 10:
lib impulse mem_if vhdl
The XPS hw compilation flow can not find the mem_if .vhd file.
If line 10 is deleated, the pcore can be compiled OK and the complete Tutorial4 can be completed to hw.
-Jiri
In: CoDeveloperUniversal2.20.h2
Example: Examples\Xilinx\Virtex4\Mandelbrot
Tools: ISE 9.1.03i and edk9.1.01i
I had to made these changes to avoid errors and to get theis (nice) demo working:
(1) code
main.c line 89:
uint first_pass =1;
changed to:
uint32 first_pass =1;
(2) pcore
generated file apu_mand_v2_1_0.pao
includes line 10:
lib impulse mem_if vhdl
The XPS hw compilation flow can not find the mem_if .vhd file.
If line 10 is deleated, the pcore can be compiled OK and the complete Tutorial4 can be completed to hw.
-Jiri
Thanks Jiri for the report. In regards to 'mem_if.vhd', we are currently working on generating v2.20.h.3 to take care of it. Meanwhile, currently 'mem_if.vhd' is not being used, so you may either delete the line from the .pao manually or unzip the attached .zip file into the '%IMPULSEC_HOME%' ('C:\Impulse\CoDeveloper2' by default) directory and then first do a project clean and then regenerate and export HDL within CoDeveloper to pick up the change in the .pao file.
The new file contained within the .zip file is: '%IMPULSEC_HOME%\Architectures\VHDL\Xilinx\genbus.tcl with date=5/1/2007 11:55am and size=105,336 bytes
Ed
Attached File(s)
-
genbus_tcl_05092007.zip (15.55K)
Number of downloads: 9
Ed Trexel
Impulse Accelerated Technologies, Inc.
Impulse Accelerated Technologies, Inc.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












