www.ShoppingPodder.com

Leading Computer Shopping,
News and information


Part of the Identityscape.com network...

getxfactor.com jmoodmusic.com smartbusinesschoices.com mintdepot.com lowfaresalways.com evangelicalview.com shoppingpodder.com soproudlywehail.com webnews.ws currenthumor.com

 

 

xilinx dds v5.0 instantiation
   Shopping Podder - the Best of Computer Postings! Forum Index -> Computer - DSP  
View previous topic :: View next topic  
Author Message
chirpzee
Guest






PostPosted: Thu Nov 20, 2008 2:06 am    Post subject: xilinx dds v5.0 instantiation Reply with quote

hello. i'm new to fpga programming and am looking to implement a DDS in a
virtex II as part of a DDC. i have ise 10.1 and am looking for any help or
examples of instantiating and the timing required to change the frequency
(pinc) of the DDS. i have used the coregen tool to create what i think is
a correct DDS module, and i get no compiler errors when i instantiate the
device and compile. here's my code for declaration and instantiation:


--component declaration
component trydds1
port
(
DATA: in std_logic_vector(31 downto 0);
WE: in std_logic;
A: in std_logic_vector(4 downto 0);
CLK: in std_logic;
SCLR : in std_logic;
RFD: out std_logic;
RDY: out std_logic;
SINE: out std_logic_vector(15 downto 0);
COSINE: out std_logic_vector(15 downto 0)
);
end component;
Back to top
langwadt@fonz.dk
Guest






PostPosted: Thu Nov 20, 2008 2:06 am    Post subject: Re: xilinx dds v5.0 instantiation Reply with quote

On 19 Nov., 21:06, "chirpzee" <david_car...@yahoo.com> wrote:
Quote:
hello. i'm new to fpga programming and am looking to implement a DDS in a
virtex II as part of a DDC. i have ise 10.1 and am looking for any help or
examples of instantiating and the timing required to change the frequency
(pinc) of the DDS. i have used the coregen tool to create what i think is
a correct DDS module, and i get no compiler errors when i instantiate the
device and compile. here's my code for declaration and instantiation:

--component declaration
component trydds1
port
(
DATA: in std_logic_vector(31 downto 0);
WE: in std_logic;
A: in std_logic_vector(4 downto 0);
CLK: in std_logic;
SCLR : in std_logic;
RFD: out std_logic;
RDY: out std_logic;
SINE: out std_logic_vector(15 downto 0);
COSINE: out std_logic_vector(15 downto 0)
);
end component;

when you generated the dds, coregen made a *.vho file that you shows
how to instantiate it

-Lasse
Back to top
Display posts from previous:   
   Shopping Podder - the Best of Computer Postings! Forum Index -> Computer - DSP  
Page 1 of 1
All times are GMT

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum