subject

Library ieee; use ieee. std_logic_1164.all;
-- uncomment the following library declaration if using-- arithmetic functions with signed or unsigned valuesuse ieee. numeric_std. all;
-- uncomment the following library declaration if instantiating-- any xilinx leaf cells in this unisim; --use unisim. vcomponents. all;
entity task1_tb is-- port ( ); end task1_tb;
architecture behavioral of task1_tb is

--declaring the componentcomponent task1 port ( a : in std_logic; b : in std_logic; y : out std_logic); end component;
--declaring the signals needed--these y, a,b signals are different from the--internal ones of the componentsignal y, a,b: std_logic;
--signal to assign values to a and bsignal counter: unsigned(1 downto 0): ="00";

begin

-- component assignmentuut: task1 port map(a => a, b => b,

y => y

);
--assign a (bit 1) and b (bit 0) to the counter bits so that--all possible inputs are tested

--enter your code here

--increments the counter using a process--use a 20ns delay between each combination

--enter your code here

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:00
Is the following sentence true or false? during meiosis, the two alleles for each gene stay together.
Answers: 3
question
Computers and Technology, 23.06.2019 09:30
You wanted to look up information about alzheimer's, but you were unsure if it was spelled "alsheimer's" or "alzheimer's." which advanced search strategy would be useful? a) a boolean search b) using a wild card in your search c) trying different search engines d) doing a search for "alsheimer's not alzheimer's" asap. ill give brainlist.
Answers: 1
question
Computers and Technology, 23.06.2019 14:30
Select the correct answer. sean is a computer programmer. he has programmed an application for toddlers that plays nursery rhymes. however, a logic error has occurred in the program. which problem is a likely consequence of the error? a. the program crashes every time the user wants to play the nursery rhymes. b. the program crosses its buffer boundaries and overwrites an adjacent program. c. the program plays a different nursery rhyme than the one the user intended to play. d. the program shows different structures in its programming language code. e. the program introduces new viruses every time the user plays a nursery rhyme.
Answers: 1
question
Computers and Technology, 23.06.2019 23:00
Lucas put a lot of thought into the design for his company's new white paper. he made sure to include repeating design elements such as color schemes and decorative images. his goal was to a.add symmetry b.create a unified publication c.provide consistency d.save money
Answers: 1
You know the right answer?
Library ieee; use ieee. std_logic_1164.all;
-- uncomment the following library declaration if...
Questions
question
Mathematics, 16.09.2019 15:50
question
Mathematics, 16.09.2019 15:50
question
Mathematics, 16.09.2019 15:50
question
Mathematics, 16.09.2019 15:50
question
Mathematics, 16.09.2019 15:50
Questions on the website: 13722362