Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/05/06 04:31
Read: times


 
#119639 - re: FPGAs
Responding to: ???'s previous message
Just a point about libraries ...

Mike Hymel said:
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;

std_logic_arith and std_logic_unsigned are obsolete (and were never IEEE standard libraries, anyways) and should not be used. Use the much-better numeric_std instead. You'll be glad you did :)

-a

List of 15 messages in thread
TopicAuthorDate
FPGA's            01/01/70 00:00      
   re: FPGAs            01/01/70 00:00      
      Re:FPGA            01/01/70 00:00      
         FPGAs            01/01/70 00:00      
            re: FPGAs            01/01/70 00:00      
               re: FPGA            01/01/70 00:00      
                  re: FPGAs            01/01/70 00:00      
                     reply            01/01/70 00:00      
         re: FPGAs            01/01/70 00:00      
   Maybe you should do the basic work            01/01/70 00:00      
      Hello Richard,            01/01/70 00:00      
   study Mr. Boole, then            01/01/70 00:00      
      I don't think so ...            01/01/70 00:00      
         Taken out of context, i would make no su            01/01/70 00:00      
   A good thing would be            01/01/70 00:00      

Back to Subject List