0

Search results

vhdl code for ascending order of numbers

1 answer


VHDL code for home security need to be written in structural modeling of VHDL. It will be a bunch of programs related to each and every home appliance we use and need to be combined. It is not a single program. It is a combination of several programs.

1 answer


karthika only know answer to this question

1 answer


library ieee;

use ieee.std_logic_1164.all;

entity 3bitrc is

port(

1 answer


Still have questions?
magnify glass
imp

A virtual calculator can be implemented using VHDL. We call it VHDL calculator.

1 answer


vhdl code for binary to Hexadecimal ?

1 answer


VHDL is a text based programming language.

1 answer


VHDL provides conversion functions and resolution functions.

1 answer


"&" operator is not synthesized by VHDL synthesis tool.

1 answer


A function is a subprogram written in VHDL. This program can be called and used in other programs.

1 answer


VHDL is a hardware description language. It describes the functionality of a hardware as a program. If we know the architecture of 8085, the same can be implemented or coded using VHDL.

1 answer


In 2008, Accellera released VHDL 4.0 to the IEEE for balloting for inclusion in IEEE 1076-2008. The VHDL standard IEEE 1076-2008 was published in January 2009.

Currently, IEEE 1076-2008 is the latest version of VHDL.

1 answer


There are 4 main differences between C programming and VHDL programming. C is a mid-level language, while VHDL is a hardware description language. C can handle one type of instruction, while VHDL can handle two. C does not require as much resource usage as VHDL. C can be written only with logical thinking, but a VHDL programmer must understand hardware circuits.

1 answer


VHDL is a hardware description language. You can describe the hardware in three different ways using VHDL.

1. dataflow model

2. behavioral model

3. structural model

1 answer


implement vhdl code for counter.output of counter pulse is a square wave

1 answer


basic gates like XOR already exist in VHDL.

1 answer


After compiling a hardware description language like VHDL, it is required to apply inputs to the program in order to obtain out puts. Applying the inputs involves initial conditions. As the systems designed using VHDL are electronic, the initial conditions plays a vital role. Hence, all these conditions along with the information as to where the input is expected to change from 1 to 0 or 0 to 1 is provided to the VHDL program. This is done in the form of a wave or another VHDL program. These are called VHDL test benches. In other words, test benches are the means of applying inputs to VHDL program.

1 answer


While implementing a system in VHDL, we consider two major aspects. One is the external view of the system and the other is the internal view. To represent these two, we have entity and architecture in VHDL programming. Hence, architecture in VHDL provides the internal structure (or functioning or logic) of the system to be designed.

1 answer


They are very much the same, except VHDL syntax is derived from Ada while Verilog syntax is derived from C.

====================================

moreover, VHDL is a system level language whereas verilog is a gate level (circuit level) language. Hence, verilog is easy to learn than VHDL.

1 answer


Yes. A little knowledge of programming is needed to learn VHDL. Knowledge in digital electronics is a must. One should be in a position to understand the working of various combinational and sequential circuits to expertise in VHDL.

1 answer


While implementing a system in VHDL, we consider two major aspects. One is the external view of the system and the other is the internal view. To represent these two, we have entity and architecture in VHDL programming. Hence, entity in VHDL provides the external view of the system to be designed. It includes input and output ports.

1 answer


VHDL was first developed by US department of defense and then it has been developed by a team of IBM, TEXAS INSTRUMENTS and INTERMETRICS.

1 answer


VHDL is a hardware description language. We need software or tool to execute VHDL programs. Such software are called EDA tools i. e. electronic design and automation tools. Such tools are provided by

  • XILINX
  • ALDEC
  • ACTEL
  • QUARTUS
  • CADENCE
  • MODELSIM etc.

1 answer


VHDL is a system level programming language and Verilog is a circuit level programming language. VHDL can be viewed as a language written in programmer's point of view. In that manner it is better than VHDL. For example, to write a code for a simple combinational circuit, we need to define from the circuit level in Verilog i. e. FET level. But in VHDL, we can directly take several smaller components and combine them to trealize the circuit. That means, one need not have a knowledge of analog circuits to design something in VHDL. He only needs to know the behavior of the desired design.

1 answer


VHDL is a hardware description language. XILINX is an EDA tool.

EDA tools, electronic design and automation tools, are used to implement the programs like VHDL or Verilog. VHDL has several versions. But all these are standardized by IEEE and they don't belong to XILINX. Several FPGAs and CPLDs are manufactured by XILINX.

1 answer


Quartus is an EDA tool provided by Altera. The very purpose of EDA tools is to simulate hardware description languages. VHDL is a hardware description language. Hence, Quartus is used to simulate VHDL programs.

1 answer


VHDL code for 8253 need to be written in structural modeling of VHDL. It will be a bunch of programs related to each and every component or functionality we use in 8253 and need to be combined. It is not a single program. It is a combination of several programs.

1 answer


In 2008, Accellera released VHDL 4.0 to the IEEE for balloting for inclusion in IEEE 1076-2008. The VHDL standard IEEE 1076-2008 was published in January 2009.

Currently, IEEE 1076-2008 is the latest version of VHDL.

1 answer


The first publicly available VHDL version was VHDL 7.2. It was released in the year 1985. The proposal for standardization was first kept in front of Institute of Electrical and Electronics Engineering Inc. (IEEE) in 1986. Several enhancements and modifications were made to the VHDL 7.2 version by IEEE. This was done by a team of commercial, government and academic representatives. Then they released the first IEEE standard version of VHDL. It was IEEE 1076-1987. It was released in 1987. From then, IEEE is releasing several versions.

1 answer


VHDL is not any software. It is a programming language. One should learn how to program using VHDL. The supporting software tools may be downloaded from some of the EDA Tools providers on trial basis. Aldec is providing the student version for free.

1 answer


VHDL is a hardware description language. The purpose of any HDL is to represent hardware as a program. We can write a program (code) for any digital circuit using VHDL. With the help of this code, the output of the circuit can be observed before actually designing it physically.

1 answer


to bring the designer with little or no knowledge of VHDL, to the level of writing complex VHDL descriptions. It is not intended to show every possible construct of VHDL in every possible use, but rather to show the designer

1 answer


And when the ASIC industry needed a standard way to convey gatelevel design data and timing information in VHDL, one of Accelleras progenitors (VHDL International) sponsored the IEEE VHDL team to

1 answer


C is a high level language that is compiled into machine language for specific system.

The system implements some sort of state machine that can process the compiled machine language.

In VHDL you have to design the statemachine itself. Furthermore VHDL is compiled into logic primitives that could be built by logic gates which itself could be realized with transistors.

C is a programming language.

VHDL is a hardware description language.

2 answers


When implementing a state machine in VHDL, the state variables need to be listed in the port list of the ENTITY section. If not, VHDL considers them as buried nodes and disables the output pins. This means there is no way of using test equipment to look at the machine state.

1 answer


David R. Coelho has written:

'The VHDL handbook' -- subject(s): VHDL (Computer hardware description language)

1 answer


Q. Future_aspect_of_ALU_in_VHDL

1 answer


Vhdl has got three models - programming styles.

1. data flow model

2. behavioral model

3. structural model.

1 answer


VHDL is a hardware description language which is used to describe digital circuits or systems. The data involved digital systems is logical data i. e. 0 or 1. Hence, VHDL uses logical data as input and provides the same type of data in output.

1 answer


VHDL is the VHSIC Hardware Description Language. VHSIC is an abbreviation for Very High Speed Integrated Circuit.

It can describe the behaviour and structure of electronic systems, but is particularly suited as a language to describe the structure and behaviour of digital electronic hardware designs, such as ASICs and FPGAs as well as conventional digital circuits. VHDL is an international standard, regulated by the IEEE. Simulation and synthesis are the two main kinds of tools which operate on the VHDL language.

VHDL allows designs to be described using any methodology - top down, bottom up or middle out! VHDL can be used to describe hardware at the gate level or in a more abstract way.

2 answers


A Test Bench in VHDL is code written in VHDL that provides stimulus for individual modules (also written in VHDL). Individual modules are instantiated by a single line of code showing the port connections to the module. The correctness of the written program can be checked by writing the test bench.

It is a collection of VHDL procedures and functions which allow the user to create their own scripting instructions for test stimulus. Designers manually design their test bench inputs to checks the output. The stimulus script or test case contains the instructions in a regular ASCII text file. The test bench VHDL package contains procedures to create instructions, read, parse and execute the test script.

1 answer


"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.

2 answers


Douglas E. Ott has written:

'A designer's guide to VHDL synthesis' -- subject(s): VHDL (Computer hardware description language)

1 answer


VHDL is a hardware description language. Its very purpose is to describe hardware in the form of a program. This program can be understood by the user and the system as well. By implementing the hardware as a code, it is easier to verify its functionality. Hence, to test hardware before it could actually be designed, we should use VHDL.

1 answer


integrated circuit

2 answers



VHDL program follows IEEE library. This means that all the data types, commands, keywords etc. used in a VHDL program are stored in a library called IEEE library. This library will be available in the EDA tool which is executing the VHDL program. 1164 is a package where all the logic gates are defined. This is a sub part of IEEE library. As encoder program requires logic gates, we need to use 1164 package in the code.

1 answer


In the synthesis part of a VHDL code, the EDA tool provides technology schematic. It describes the structure and sub-structures of the design. We can watch our design from the system level to the gate level.

1 answer


Peter J. Ashenden has written:

'Digital design' -- subject(s): Embedded computer systems, Verilog (Computer hardware description language), System design

'The VHDL cookbook'

'Digital Design (Verilog)'

'The Designer's Guide to VHDL (Systems on Silicon)'

'The system designer's guide to VHDL-AMS'

1 answer


VHDL is basically a hardware description language. To describe hardware as a program that can be dumped into a PLD, we use VHDL. It is essential to represent hardware as program so that it can be tested before realizing it physically. If there are any errors, they can be corrected here itself.

2 answers