Search this site
Embedded Files
Skip to main content
Skip to navigation
School Portfolio
Home
Digital System Design
Labs
Weekly Updates
Textbook exercises & solutions
Final Project
ECE 322 - Design 6
Weekly Updates
Labs
Final Project
Contributions
School Portfolio
Home
Digital System Design
Labs
Weekly Updates
Textbook exercises & solutions
Final Project
ECE 322 - Design 6
Weekly Updates
Labs
Final Project
Contributions
More
Home
Digital System Design
Labs
Weekly Updates
Textbook exercises & solutions
Final Project
ECE 322 - Design 6
Weekly Updates
Labs
Final Project
Contributions
Chapter 3: VHDL Design Units
3.6 Exercises
Write VHDL entity declarations that describe the following black box diagrams:
a)
entity sys1 is
port (
a_in1, b_in2, clk, ctrl_int
: in
std_logic;
out_b
: out
std_logic);
end sys1;
b)
entity sys2 is
port (
input_w, clk
: in
std_logic;
a_data, b_data
: in
std_logic_vector(7 downto 0);
dat_4
: out
std_logic_vector(7 downto 0);
dat_5
: out
std_logic_vector(2 downto 0));
end sys2;
Google Sites
Report abuse
Page details
Page updated
Google Sites
Report abuse