OpenHRC
Loading...
Searching...
No Matches
Libraries | Ports | Use Clauses
mux_using_with Entity Reference

Mux entity brief description Detailed description of this mux design element. More...

Entities

behavior  architecture
 Architecture definition of the MUX. More...
 

Libraries

ieee 
 Use standard library.

Use Clauses

std_logic_1164 
 Use logic elements.

Ports

din_0   in   std_logic
  Mux first input.
din_1   in   std_logic
  Mux Second input.
sel   in   std_logic
  Select input.
mux_out   out   std_logic
  Mux output.

Detailed Description

Mux entity brief description Detailed description of this mux design element.

Definition at line 15 of file mux.vhdl.

Member Data Documentation

◆ din_0

din_0 in std_logic
Port

Mux first input.

Definition at line 17 of file mux.vhdl.

◆ din_1

din_1 in std_logic
Port

Mux Second input.

Definition at line 18 of file mux.vhdl.

◆ ieee

ieee
Library

Use standard library.

Definition at line 7 of file mux.vhdl.

◆ mux_out

mux_out out std_logic
Port

Mux output.

Definition at line 21 of file mux.vhdl.

◆ sel

sel in std_logic
Port

Select input.

Definition at line 19 of file mux.vhdl.

◆ std_logic_1164

std_logic_1164
use clause

Use logic elements.

Definition at line 9 of file mux.vhdl.


The documentation for this class was generated from the following file: