View Single Post
  #5 (permalink)  
Old 11-23-2007, 09:37 PM
fl
Guest
 
Posts: n/a
Default Re: How to simulate these example CORDIC code?

On Nov 23, 4:05 pm, "KJ" <[email protected]> wrote:
> "fl" <[email protected]> wrote in message
>
> news:ccb086d1-775c-44cf-8666-bc357a309d93@b15g2000hsa.googlegroups.com...> Hi,
> > I want to learn the implementation of CORDIC. I find the following
> > website has some code which I would like begin with it.

>
> >http://www.ht-lab.com/freecores/cordic/cordic.html

>
> > But I cannot simply simulate it in my Modelsim PE (student version)
> > because of the setup problem.

>
> What is the 'setup problem'? I'd suggest solving that first.
>
> >Could you, the FPGA and VHDL experts can
> > tell me how to simulate it?

>
> I'd use Modelsim
>
> > Especially could you tell me how its
> > structure about the behaviour and synthesis files arranged?

>
> Modelsim's GUI interface has a function that figures out the correct
> ordering of the files in the project. Right click on one of the source
> files and then under 'Compile' look for something that says about
> auto-generating the compile order (I forget what the exact verbage is, but
> it's there).
>
> KJ


Another question, how to run the "compile.scr "?
Reply With Quote