Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHooray)
Probably it helps for someone: soc_system_onchip_memory2_0 m( .address(1) , .byteenable(4'b1111) , .chipselect(1'b1) , .clk(FPGA_CLK1_50) , .clken(1'b1) , .reset(hps_fpga_reset_n) , .reset_req(1'b0) , .write(1'b1) , .writedata(32'hF0F0F0F0) , .readdata(datain) ); here we write 0xF0F0F0F0 to the address 1 of RAM : https://screencast.com/t/hgfjc3wcc0uu for this moment I can't read it from /dev/mem on linux, but keep digging :)