Altera_ForumHonored Contributor9 years agoPlsease urgent help in VHDL arrays red <= colour_schemes[{scheme,2'd3}][3:0] this is a peace of verilog code n i wanna know how to do this in vhdl ? note: red is std_logic_vector(3 downto 0) colour schemes is an ar...Show More
Altera_ForumHonored Contributor9 years agoassuming scheme is an integer: red <= colour_schemes(scheme*4 + 3)(3 downto 0);
Recent DiscussionsUSB-BlasterII mounts as "USB-Blaster variant"Duplicate_hierarchy_depth / duplicate_registerQuartus messages web search goes to IntelSolvedhow to reduce clock skew between synchronous clockQuartus - Users getting license Notification with new license applied