Commit Graph

7 Commits

Author SHA1 Message Date
Thomas Preud'homme eab2df2a38 [pipepar] Compute a CRC 8bit in lattice.c
* Change number of bits in CRC to 8
* Avoid q to be higher than 2^CRC_BIT
* Increase the number of packets when benchmarking lattice.c
2012-09-07 12:03:18 +02:00
Thomas Preud'homme 4827baead3 [pipepar] Allocate variable statically in lattice
Not sure declarations leads to real allocation anyway (it should be done
according to the pragmas instead) but just in case, move the declaration
of variables in main so that they are statically allocated.
2012-09-04 19:58:26 +02:00
Thomas Preud'homme c32076505e [pipepar] Improve log readability for lattice
Delimit beginning and end of one lattice computation in order to easily
check the logs.
2012-09-04 19:56:44 +02:00
Thomas Preud'homme 7a1801da89 [pipepar] Reduce number of log in lattice.c
Only print a probability for a few possible CRC of the last packet in
order to reduce the number of logs. This allows the program to be run
through ssh and to easily check wether the result is correct or not.
2012-09-04 19:56:16 +02:00
Thomas Preud'homme 01acb467ee [pipepar] Explicit cast in compute_cumulative_metrics_column
Explicit the cast for loop variable from uint_fast32_t to uint_fast16_t
2012-09-04 19:51:07 +02:00
Thomas Preud'homme cacde80b30 Allow automatic test run for lattice 2012-02-21 18:56:02 +01:00
Thomas Preud'homme a9793430f9 Add pipeline computation of lattice 2012-02-21 18:56:02 +01:00