R
rahulzambre
Guest
plz daj mi kod VHDL w lewo shifter o zmiennej jak najszybciej. to pilne
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
library IEEE; KORZYSTANIA IEEE.std_logic_1164.all; shift_reg podmiot jest GENERIC (number_of_bits: integer;); PORT (reset: w std_logic; init_value: w std_logic_vector (number_of_bits-1 downto 0); - poza tym bloku clk : w std_logic; data_in: w std_logic; data_out: out std_logic); shift_reg END; architektury zachowywać się z shift_reg jest rozpocząć procesu (CLK) zmiennej reg: std_logic_vector (number_of_bits-1 downto 0); zmienna i: integer; begin if reset = " 1 'następnie reg: = init_value; elsif rising_edge (clk), a następnie for i in number_of_bits-1 downto 1 pętla reg (i): = reg (i-1); end loop; reg (0): data_in =; end if; data_out