Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. danell

    Division in VHDL with std_logic_vector

    This is the code i used: library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity imp is Port ( in1 : in STD_LOGIC_VECTOR (7 downto 0); in2 : in STD_LOGIC_VECTOR (7 downto 0); ies : in STD_LOGIC_VECTOR (7...
  2. danell

    Division in VHDL with std_logic_vector

    I need to implement a chaotic function in a design with VHDL. I use std_logic_vector signals and I need to implement 4 divisions. However, i recieve an error message saying: "Line 40. / can not have such operands in this context." I use: library IEEE; use IEEE.STD_LOGIC_1164.ALL; use...

Part and Inventory Search

Back
Top