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, 23.06.2019 09:50
Allison and her group have completed the data entry for their spreadsheet project. they are in the process of formatting the data to make it easier to read and understand. the title is located in cell a5. the group has decided to merge cells a3: a7 to attempt to center the title over the data. after the merge, allison points out that it is not centered and looks bad. where would the title appear if allison unmerged the cells in an attempt to fix the title problem?
Answers: 2
question
Computers and Technology, 24.06.2019 17:00
What are some examples of what can be changed through options available in the font dialog box? check all that apply. font family italicizing bolding pasting drop shadow cutting character spacing special symbols
Answers: 2
question
Computers and Technology, 24.06.2019 18:30
How does the use of e-mail benefit business communications? it can be sent at any time. it is faster than regular mail. it improves writing skills. it is less expensive than using a courier. it reduces the need for proofreading.
Answers: 1
question
Computers and Technology, 25.06.2019 00:30
Which of these serves as a bridge between the programming team and the audio team?
Answers: 2
You know the right answer?
Library ieee; use ieee. std_logic_1164.all;
-- uncomment the following library declaration if...
Questions
question
Mathematics, 27.05.2020 21:04
Questions on the website: 13722363