Altera_ForumHonored Contributor10 years agoError appending bits to std_logic_vector I'm trying to do a very simple multiply by shifting and some adds. Here are the arrays i am using. type pixel_array is array(8 downto 0) of std_logic_vector(7 downto 0); signal gaussianPixel...Show More
Altera_ForumHonored Contributor10 years agoYou can't add (to) vectors. You have to cast to unsigned or integer and then back.
Recent DiscussionsGenerate Simulation Setup Script FailsSolvedFIR IP configured for InterpolationAltera SSLC LicenseLisence issue when running .do scriptHow to create a Packaged Subsystem in TCL