Forum Discussion
Altera_Forum
Honored Contributor
16 years agoCustom Component, Write not working
Hi, I have just created a SOPC custom component with an Avalon-MM Slave template (clk, reset, write, read, readdata, writedata) with some HDL inside. My problem is that in my C application...
Altera_Forum
Honored Contributor
16 years agoYes I have the same value everytime (which is (0,0)) and avs_s0_write_n is never set to 0.
I tried with
if avs_s0_write_n = '0' then
P_line := 1; P_column := 1;
end if
and the data was still the Matrix[0,0]. It is as if I'm not writing anything