I have to design a micro controller bus interface with read write, chip select ,8 bit bi directional data and having one address.This need to be interlinked with SPI.
library IEEE;
use IEEE.STD_LOGIC_1164.all;
entity mc_interface is
port(
addr:in std_logic_vector(1 downto 0);
data:in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.