| x393
    1.0
    FPGAcodeforElphelNC393camera | 
| Files | |
| file | axibram_read.v [code] | 
| Read block RAM memory over AXI PS Master GP0. | |
| file | axibram_write.v [code] | 
| Read block RAM memory (or memories?) over AXI PS Master GP0 Memory is supposed to be fast enough. | |
| file | cmprs_afi_mux.v [code] | 
| Writes comressor data from up to 4 channels to system memory over AXI_HP. | |
| file | cmprs_afi_mux_ptr.v [code] | 
| Maintain 4-channel chunk pointers (before AXI) Advance 32-byte chunk pointers for each AXI burst and each frame (4*2=8 pointers) | |
| file | cmprs_afi_mux_ptr_wresp.v [code] | 
| Maintain 4-channel chunk pointers for wrirte response Advance 32-byte chunk pointers for each AXI burst and each frame (4*2=8 pointers) | |
| file | cmprs_afi_mux_status.v [code] | 
| prepare and send per-channel chunk pointer information as status Using 4 consecutive locations. Each channel can provide one of the 4 pointers: frame pointer in the write channel, current chunk pointer in the write channel and the same for the write response channel (confirmed written to the system memory | |
| file | histogram_saxi.v [code] | 
| Histograms transfer to the system memory over S_AXI. | |
| file | membridge.v [code] | 
| bi-directional bridge between system and video memory over axi_hp | |
| file | mul_saxi_wr_chn.v [code] | 
| One channel of the mult_saxi_wr (read/write common buffer) | |
| file | mult_saxi_wr.v [code] | 
| send data from up to 4 sources to the system memory over S_AXI. Each source should have a 32-bit wide buffer running at the same clock (mclk). Buffer should contain at least burst size (4,8,16,32,64 bytes) Burst size parameter-configurable (per-port) | |
| file | mult_saxi_wr_inbuf.v [code] | 
| Channel buffer with width conversion to 32 to use with mult_saxi_wr. | |
| file | mult_saxi_wr_pointers.v [code] | 
| Process pointers for mult_saxi_wr. | |