Forum Discussion
Altera_Forum
Honored Contributor
11 years agocomponents base address and offsets
I know how to get the base address of each component in a NIOS II system "Qsys" or the "system.h" file. What I dont understand is what is the offset and how to get it. for example componen...
Altera_Forum
Honored Contributor
11 years agoOK I did not get it, 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 ???