feat(average): Add orbit error and correction command moving average
* Same generic bloc for operations * Capture the stream of data and retains accumulator in memory * Mirror memory for CPU readout wip: initial commit wip: Now a more generic bloc wip: Add average tables to RDL wip: integrate ma for oe in toplevel wip: first corrections for simulation, alpha declared in package wip: fixes for simulation wip: fixes, secondary memory is smaller, no decimal part wip: true rounding before wrinting to secondary memory wip: Add average for PSC command wip: fix sign extension on average orbit read
Showing
- hdl/moving_average.vhd 177 additions, 0 deletionshdl/moving_average.vhd
- hdl/pkg_corrmatrix.vhd 5 additions, 0 deletionshdl/pkg_corrmatrix.vhd
- hdl/top_corr_matrix.vhd 82 additions, 0 deletionshdl/top_corr_matrix.vhd
- rdl/corr_matrix.rdl 21 additions, 0 deletionsrdl/corr_matrix.rdl
- tcl/main.tcl 1 addition, 0 deletionstcl/main.tcl
hdl/moving_average.vhd
0 → 100644
Please register or sign in to comment