- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
here is my components slave interface :
port ( clk : in std_logic; resetn : in std_logic; read : in std_logic; write : in std_logic; chipselect : in std_logic; writedata : in std_logic_vector(15 downto 0); byteenable : in std_logic_vector(1 downto 0); address : in std_logic_vector(1 downto 0); readdata : out std_logic_vector(15 downto 0); SIG_EXT : out std_logic_vector(1 downto 0) ); How do I write some data to the ""writedata"" pin ??? should i write : IOWR( BASE , 0x0 , DATA);Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page