Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: yanant
  • Content: Threads
  • Order by date
  1. yanant

    Bidirectional Mux/Demux

    How can I design Mux/Demux on Bidirectional port? This code doesn't seem right? Any help will be great. Thanks. yanant entity MUX_DEMUX is generic (n : integer); port ( a : inout std_logic_vector(n-1 downto 0); b : inout std_logic_vector(n-1 downto 0); o : inout...

Part and Inventory Search

Back
Top