Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Electronic Equipment > VHDL > ****ft register...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 18 Topic 6054 of 6257
Post > Topic >>

****ft register extraction fails

by Philip Herzog <phu@[EMAIL PROTECTED] > May 29, 2008 at 10:21 AM

Hi!

I'm trying to get Xilinx ISE 9.2 to synthesize a ****ft register for a
Spartan 3E. I'm down to copying this code:

entity ****ft is
  ****t(C, SI : in  std_logic;
        SO : out std_logic);
end ****ft;
architecture archi of ****ft is
  signal tmp: std_logic_vector(7 downto 0);
  begin
    process (C)
      begin
        if (C'event and C='1') then
          for i in 0 to 6 loop
            tmp(i+1) <= tmp(i);
          end loop;
          tmp(0) <= SI;
        end if;
    end process;
    SO <= tmp(7);
end archi;

from the xilinx website:
http://toolbox.xilinx.com/docsan/3_1i/data/fise/xst/chap02/xst02007.htm

But still, ISE synthesizes D-Flipflops:
Synthesizing Unit <****ft>.
    Related source file is "...".
    Found 8-bit register for signal <tmp>.
    Summary:
	inferred   8 D-type flip-flop(s).
Unit <****ft> synthesized.

And yes, ****ft register extraction and logical ****fter extraction in the
HDL options are checked.

Please, help me before I go mad...

-   Philip
-- 
Machen Sie sich erst einmal unbeliebt, dann werden
Sie auch ernst genommen. (Konrad Adenauer)
 




 18 Posts in Topic:
Shift register extraction fails
Philip Herzog <phu@[EM  2008-05-29 10:21:53 
Re: Shift register extraction fails
"Symon" <sym  2008-05-29 10:01:17 
Re: Shift register extraction fails
Philip Herzog <phu@[EM  2008-05-29 11:06:22 
Re: Shift register extraction fails
"Symon" <sym  2008-05-29 15:27:05 
Re: Shift register extraction fails
Brian Drummond <brian_  2008-05-29 13:18:11 
Re: Shift register extraction fails
Philip Herzog <phu@[EM  2008-05-29 15:51:46 
Re: Shift register extraction fails
Mike Treseler <mike_tr  2008-05-29 11:52:25 
Re: Shift register extraction fails
Philip Herzog <phu@[EM  2008-05-30 09:29:16 
Re: Shift register extraction fails
Mike Treseler <mtresel  2008-05-30 08:09:51 
Re: Shift register extraction fails
Tricky <Trickyhead@[EM  2008-05-30 02:52:25 
Re: Shift register extraction fails
Philip Herzog <phu@[EM  2008-05-30 11:56:57 
Re: Shift register extraction fails
jens <roden@[EMAIL PRO  2008-05-29 14:49:57 
Re: Shift register extraction fails
"Symon" <sym  2008-05-30 01:45:32 
Re: Shift register extraction fails
Kevin Neilson <kevin_n  2008-05-30 12:29:41 
Re: Shift register extraction fails
Mike Treseler <mike_tr  2008-05-30 12:44:33 
Re: Shift register extraction fails
Kevin Neilson <kevin_n  2008-05-30 13:59:47 
Re: Shift register extraction fails
"Symon" <sym  2008-05-31 01:43:41 
Re: Shift register extraction fails
Sean Durkin <news_may0  2008-05-30 21:51:42 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Aug 29 20:26:48 CDT 2008.