D
diju.ms
Guest
hai i estava escrivint un codi de multiplicador estand vhdl.i adjunt el codi below.logically és correcte, però no estic rebent la sortida .. algú em pot ajudar -------------- ------------------- library IEEE; IEEE.STD_LOGIC_1164.ALL ús; IEEE.STD_LOGIC_ARITH.ALL ús; IEEE.STD_LOGIC_UNSIGNED.ALL ús; BOOTHENGINE entitat és PORT (P: a std_logic_vector (10 downto 0); MULTIPLICANT: a std_logic_vector (4 downto 0); NEW_P: OUT STD_LOGIC_VECTOR (10 downto 0)); BOOTHENGINE final, ARQUITECTURA DEL COMPORTAMENT DEL SENYAL ÉS BOOTHENGINE TEMP_P: STD_LOGIC_VECTOR (10 downto 0); SENYAL CHK_P: STD_LOGIC_VECTOR (10 downto 0); començar procés (P, MULTIPLICANT) BEGIN CHK_P