[Milkymist-devel] About image warping core

Sébastien Bourdeauducq sebastien.bourdeauducq at lekernel.net
Mon Sep 21 05:58:48 PDT 2009


Hi,

On Monday 21 September 2009 09:49:47 you wrote:
> I am a beginner of XILINX, I meet your Image warping/Texture mapping core
>  in opencores.org, and I like it. Thank you for your sharing harvest.
> 
> I also visited your website milkymist.org and found document for the TMU.
> 
> Now I have a Spartan 3e-500 ddev kit, there are only little resource in the
>  system, including Spartan 3e-500, ddr2 memory, norflash, and uart.  Could
>  you please show me how to run the Image warping core on my dev board?

I don't think this would be usable on such a small FPGA. It will probably fill 
most of the device and you will have no more room for a CPU etc.

> And what cores should be in a smallest system?

Check out the Spartan 3A starter kit port.

>I put the TMU cores in a project, and run the simulator on ModelSim 6.1SE,
> the ModelSim showes warning, as is:
>
>
>
># ** Warning: (vsim-3010) [TSCALE] - Module 'glbl' has a `timescale
> directive in effect, but previous modules do not. #         Region: /glbl
># ** Warning: (vsim-PLI-3003) tb_tmu.v(138): [TOFD] - System task or
> function '$image_get' is not defined.

You need to compile vpi_images.c as a PLI module and load it into Modelsim. I 
don't know how to do this with this simulator, but if you use GPL Cver the 
Makefile will compile the module and run the simulator automatically for you.

http://www.asic-world.com/verilog/pli6.html

Sébastien


More information about the Devel mailing list