Functions in VHDL

Joined
Jun 5, 2007
Messages
51
Reaction score
0
opeators in VHDL

Hai everyone,

is there package available in VHDL that supports + operator between std_logic data type operands.
 
Last edited:
Joined
Mar 10, 2008
Messages
348
Reaction score
0
This will normally allow you to use the + operators in most cases:

library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;

Your welcome
Jeppe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,169
Messages
2,570,919
Members
47,458
Latest member
Chris#

Latest Threads

Top