answersLogoWhite

0

Very Large Scale Integration (VLSI)

Very Large Scale Integration (VLSI) is a technology used to fabricate integrated circuits (IC). The various stages of design, simulation, synthesis, timing analysis, layout and fabrication can be discussed in this category. It is a wide spread technology as most of the existing technologies are digital technologies and need an IC to implement. It is VLSI which made computer to be of the size of a pocket from the size of two rooms.

500 Questions

What is the best book to learn vhdl?

User Avatar

Asked by Adeekshith

"Digital Design and Computer Architecture" by David Harris and Sarah Harris is a highly recommended book for learning VHDL. It provides a solid introduction to digital design concepts and VHDL programming, making it a good choice for beginners and intermediate learners.

Why you are going for VLSI Technology?

User Avatar

Asked by Wiki User

Engineers and researchers might choose to work in VLSI technology for various reasons, such as:

Miniaturization: VLSI allows for the creation of smaller and more compact electronic devices, leading to advancements in portable electronics and miniaturized components.

Increased Functionality: With the integration of a large number of transistors on a single chip, VLSI technology enables the development of highly functional and versatile electronic systems.

Performance Enhancement: VLSI technology contributes to the improvement of the performance of electronic devices, enabling faster processing speeds and more efficient operations.

Power Efficiency: By designing circuits at the nanoscale level, VLSI technology helps in creating energy-efficient devices, reducing power consumption in electronic systems.

Innovation in Electronics: Researchers in VLSI contribute to technological innovation by developing new architectures, design methodologies, and fabrication techniques, pushing the boundaries of what is possible in electronic systems.

Career Opportunities: Professionals working in VLSI technology often find rewarding career opportunities in industries related to semiconductor manufacturing, chip design, and electronic product development.

Technological Advancements: Continuous advancements in VLSI technology drive the progress of the entire electronics industry, leading to the creation of more advanced and sophisticated devices.

Individuals may be drawn to VLSI technology for a combination of these reasons, depending on their interests, skills, and career goals. It's a dynamic field that plays a crucial role in shaping the future of electronic devices and systems.

When was Verilog created?

User Avatar

Asked by Wiki User

Verilog was created in 1984.

List of universities in US for masters in electronics?

User Avatar

Asked by Wiki User

You can obtain this information by clicking on the related links section (College Board) indicated at the bottom of this answer box and using the sites College MatchMaker search engine. You can research colleges and universities by name, or by programs of study, or by geographical location, size, or combinations of part or all of them. The site will provide you with a list of institutions based on your request. It will give you the schools background, accreditation, degree offerings, programs of study (majors), entrance requirements, tuition and fees, financial assistance, room and board, athletic programs etc. and a link to each institutions official web page. Practice navigating this site. It will be well worth the time and effort.

WARNING!!!

When choosing a college or university, make sure the institution has a regional accreditation. With a regional accreditation you can be assured the coursework and degree you complete will be recognized by all other colleges and universities as well as employers. Below I have listed the six accrediting agencies and their geographical areas of responsibility. I am disclosing the below so you do not become a victim of educational scams, and institutions that are nothing more than diploma mills, where they are eager to take your money for a degree that is worthless. Make sure the institution is accredited by one of following responsible agencies.

Regional Accreditation Agencies

· Middle States Association of Colleges and Schools - Educational institutions in New York, New Jersey, Pennsylvania, Delaware, Maryland, the District of Columbia, Puerto Rico, and the US Virgin Islands, as well as schools for American children in Europe, North Africa, and the Middle East.

· New England Association of Schools and Colleges - Educational institutions in the six New England states (Connecticut, Maine, Massachusetts, New Hampshire, Rhode Island, and Vermont).

· North Central Association of Colleges and Schools - Educational institutions in Arkansas, Arizona, Colorado, Iowa, Illinois, Indiana, Kansas, Michigan, Minnesota, Missouri, North Dakota, Nebraska, Ohio, Oklahoma, New Mexico, South Dakota, Wisconsin, West Virginia, and Wyoming.

· Northwest Commission on Colleges and Universities - Postsecondary institutions (colleges and universities) in Alaska, Idaho, Montana, Nevada, Oregon, Utah, and Washington.

· Western Association of Schools and Colleges - Educational institutions in California, Hawaii, Guam, American Samoa, Micronesia, Palau, and Northern Marianas Islands.

· Southern Association of Colleges and Schools - Educational institutions in Virginia, Florida, Georgia, Kentucky, Louisiana, Mississippi, North Carolina, South Carolina, Alabama, Tennessee and Texas.

Where is the cmos battery located in a Compaq Presario R3000 Laptop?

User Avatar

Asked by Wiki User

After taking apart the laptop (see instructions at

http://www.takeitapart.net/forum/index.php/topic,5.0.html) I found there is a CMOS battery under the keyboard, but it is soldered to the motherboard. This doesn't make it useful as a reset. I did not find a jumper or any other reset switch internal to the laptop. My research seems to suggest that holding the power button for 30 seconds is supposed to reset the CMOS. Unfortunately, that did not help in my case, but may for yours.

Regards,

JC

--

www.cippguide.org

Application of logic gates in mobiles?

User Avatar

Asked by Wiki User

What is this question really asking? If you are asking if you will find a 7400 IC in a phone, the answer is most likely no. If you are asking is there logic gates such as AND, OR, XOR, NOT gates in a mobile phone then the answer is yes, thousands if not millions of them. Where are they used in the phone? Everywhere from the CPU to the display of the screen, power management, you name it, they are there.

BTW: You should know that the CPU is nothing more than a collection of logic gates. A CPU may seem to work by magic, however I can assure you that there is nothing magic going on in a CPU.

CMOS is what kind of memory?

User Avatar

Asked by Wiki User

CMOS is a small component cluster on a computer motherboard which hold a very small amount of simple information. It has a large button battery which supplies the needed power to preform one of its main functions: Keep date and time. It also holds vital system settings.

Basicly, It is a small memory componant, but users can not store data on it aside from system boot settings.

What is VHDL program for 8 to 1 multiplexer?

User Avatar

Asked by Ramarav

library IEEE;

use IEEE.STD_LOGIC_1164.ALL;

use IEEE.STD_LOGIC_ARITH.ALL;

use IEEE.STD_LOGIC_UNSIGNED.ALL;

entity mux8X1 is

Port ( en8 : in STD_LOGIC;

s3 : in STD_LOGIC_VECTOR (2 downto 0);

i : in STD_LOGIC_VECTOR (7 downto 0);

y8 : out STD_LOGIC;

y8l : out STD_LOGIC);

end mux8X1;

architecture Behavioral of mux8X1 is

begin

process(en8,s3,i)

begin

if(en8='0') then y8<='0';y8l<='1';

else

case s3 is


when "000" =>y8<=i(0);y8l<=not i(0);

when "001" =>y8<=i(1);y8l<=not i(1);

when "010" =>y8<=i(2);y8l<=not i(2);

when "011" =>y8<=i(3);y8l<=not i(3);

when "100" =>y8<=i(4);y8l<=not i(4);

when "101" =>y8<=i(5);y8l<=not i(5);

when "110" =>y8<=i(6);y8l<=not i(6);

when "111" =>y8<='i(7);y8l<=not i(7);

when others=>' null';

end case;

end if;

end process;

end Behavioral;

What is a CMOS chip?

User Avatar

Asked by Wiki User

Its is the button battery that stores the BIOS settings for your computer.

What is the VHDL code to implement XOR gate in behavioral model?

User Avatar

Asked by Ramarav

Below code can implement OR gate in VHDL.

The code is written in behavioral model.

Library ieee;

use ieee.std_logic_1164.all;

Entity gates is

port (a,b : in std_logic; c : out std_logic);

end gates ;

architecture and1 of gates is

begin

process(a,b)

Begin

If (a=1 or b=1) then

C<='1';

Else

C<= '0';

End if;

End process;

End and1;

Which logic family dissipates the minimum power?

User Avatar

Asked by Wiki User

Cmos logic family, because it has no resistors attached who consume active power.

How do you locate the CMOS battery in a laptop?

User Avatar

Asked by Wiki User

I don't have experience with that exact model, but I have disassembled and repaired a few Sony laptops. From my experience the CMOS battery is usually located towards the back (if you were facing the screen in a normal situation) under the keyboard. Before starting you should have a good #0 and #00 Phillips screwdriver with a magnetized tip. To access the keyboard screws, you must first remove the top panel. Usually it's one screw on the side, then slide the panel to the side and lift up. Be careful of the ribbon cables for the speakers and power button. You should be able to see the keyboard screws. You may have to remove some shielding to get to the battery. Usually the "=>" marked screws. If the battery is not a button cell type like the typical CR2032, look for a two wire lead (red/black). Some cooling fan wires look similar to the CMOS battery leads. The pigtail type batteries are usually stuck to the main-board with foam double sided tape or Velcro The next step is trying to find the replacement battery without paying an arm and a leg.

What are the disadvantages of VLSI technology?

User Avatar

Asked by Wiki User

There is no specific disadvantage it is economically unreliable for very small lab trials, research and study purpose.

Advantages of TTL?

User Avatar

Asked by Wiki User

To know about the advantages of TTL logic family, one should have a basic idea about RTL, DTL etc. Diode logic (DL) uses diodes to implement logical functions like AND and OR. But the disadvantage is that it can not perform NOT operation. As AND and OR are not complete functions by themselves, they can not perform several logic functions without NOT. Hence, there was a need for some device which can perform a NOT function as diodes can not. That device is a transistor. Then came the DTL which uses a transistor along with diodes. As a transistor can act as an inverter, NAND (NOT-AND) & NOR (NOT-OR) operations can be performed. But this logic uses several diodes which will slow down its operation. Due to the delay offered by them, the logic levels may sometimes change i. e. 0 t0 1 or 1 to 0. Then came TTL. This logic uses a multi emitter transistor, a transistor with many emitter terminals. As every emitter is nothing but a diode, this logic eliminates the use of all diodes. This is the major advantage. As transistor becomes ON and OFF much rapidly than a diode, switching time will be faster. TTL, or Transistor-transistor logic replaced resistor-transistor logic, and used much less power. The TTL family is very fast and reliable, and newer faster, less power-consuming, etc. types are always being developed. = In TTL (Transistor-Transistor Logic), think that the device using this technology is made from several transistors. Another advantage is that many more chips employ this technology.

What is vlsi?

User Avatar

Asked by Wiki User

VLSI is Very Large System Integration

Today, instead of using vacuum tubes (which were used in electronic products a few decades ago), transistors are used. the biggest (but not the only) advantage of the transistors is the size - instead of having a vacuum tube that id 1-2 cm, a single transistor is around 40 nm (nano meter) - 25000000 times smaller!!!!

it means that one can create a very complex system, with tens of thousands of transistor, on a single chip that is in the size of 1x1 cm. In other words, one can integrate many complex modules in his system.

The problem is that when a human being is designing such a complicated system, there are many mistakes because of the system's complexity. Therefore, it takes a very careful process of checks and verifications when designing such a system

What is voltage level of ttl?

User Avatar

Asked by Wiki User

Standard TTL (which stands for Transistor-Transistor Logic) circuits operate on a 5V power supply. The typical level for a logical "0" is between 0V and 0.8V, and the typical level for a logal "1" is somewhere between 2.2V and 5V. Typically, a value little lower than Vcc (power source voltage) is used; in case of a 5V supply, this is usually around 4.5V, but TTL devices are built to withstand full Vcc as input, just in case.

What is computer logic gates?

User Avatar

Asked by Wiki User

Logic gates are transistor circuits, normally arranged on a silicon base and encapsulated inside an integrated circuit. (chip).

Using several transistors wired together, their inputs can be arranged such that, for given inputs, the output will only change state for certain conditions.

The transistor switches are in either of two states, 'on' and 'off'. These are logic states 1 & 0 (one or zero), hence binary.

The logic uses Boolean algebra.

NOT, means it is 'not on', = OFF. This is abbreviated in the descriptions as the letter 'N'

A simple AND gate, means that the output is at level zero until both inputs have a level 1 voltage on them.

A NAND gate is a 'Not And' gate. The result is reversed. The output is always at logic level 1 until both inputs also have a level 1 also.

What is the function of CMOS Battery Slot?

User Avatar

Asked by Wiki User

A slot on the motherboard intended to hold the CMOS battery.

What is the main logic family?

User Avatar

Asked by Wiki User

A logical family is a person who is logical to want you say or other word it is a family want consider your choice and think of it for you if it will destroy any future plans

A logical family also reason and give life guiders responses

to draw a conclusion

a logical family is a family that consider future chices so it can be good it future plans

a ogical family is a resonable group of people living other one roof in love inspite of all the battles the face.

What CMOS item can be password protected?

User Avatar

Asked by Wiki User

Yes. While the computer is booting up, keep pressing the escape key until it appears.

What is the VHDL code to implement NOR gate in behavioral model?

User Avatar

Asked by Ramarav

Below code can implement NAND gate in VHDL.

The code is written in data flow model.

Library ieee;

use ieee.std_logic_1164.all;

Entity gates is

port (a,b : in std_logic; c : out std_logic);

end gates ;

architecture and1 of gates is

begin

c<=a nand b;

end and1;