diff --git a/communication_techniques/include/csq_2_2_comm.h b/communication_techniques/include/csq_2_2_comm.h new file mode 100644 index 0000000..4d9a5ae --- /dev/null +++ b/communication_techniques/include/csq_2_2_comm.h @@ -0,0 +1,8 @@ +#ifndef _SPECIFIC_COMM_H_ +#define _SPECIFIC_COMM_H_ 1 + +#define SLOTS 2 /* Value used in the article, section V.A */ +#define BUF_SIZE (2 * CACHE_LINE_SIZE) +#include + +#endif diff --git a/communication_techniques/include/csq_2_comm.h b/communication_techniques/include/csq_2_64_comm.h similarity index 100% rename from communication_techniques/include/csq_2_comm.h rename to communication_techniques/include/csq_2_64_comm.h diff --git a/communication_techniques/include/csq_64_1_comm.h b/communication_techniques/include/csq_64_1_comm.h new file mode 100644 index 0000000..9c51b26 --- /dev/null +++ b/communication_techniques/include/csq_64_1_comm.h @@ -0,0 +1,8 @@ +#ifndef _SPECIFIC_COMM_H_ +#define _SPECIFIC_COMM_H_ 1 + +#define SLOTS 64 /* Value used in the article, section V.A */ +#define BUF_SIZE CACHE_LINE_SIZE +#include + +#endif diff --git a/communication_techniques/include/csq_64_comm.h b/communication_techniques/include/csq_comm.h similarity index 100% rename from communication_techniques/include/csq_64_comm.h rename to communication_techniques/include/csq_comm.h