Process(clk, reset,D) Variable Q_tam : std_logic; Begin if reset = ‘1’ then Q_tam := ‘0’; else if clk’event and clk =‘1’ then Q_tam := D; end if; end if; Q(0)
THÔNG TIN TÀI LIỆU
Thông tin cơ bản
Định dạng | |
---|---|
Số trang | 11 |
Dung lượng | 97,97 KB |
Nội dung
Process(clk, reset,D) Variable Q_tam : std_logic; Begin if reset = ‘1’ then Q_tam := ‘0’; else if clk’event and clk =‘1’ then Q_tam := D; end if; end if; Q(0)
Ngày đăng: 09/02/2022, 16:45
TÀI LIỆU CÙNG NGƯỜI DÙNG
TÀI LIỆU LIÊN QUAN