v1.0.0-rc.91
This commit is contained in:
@@ -36,7 +36,8 @@ TEST_CASE("HLS_DataCollectionFSM","[OpenCAPI]") {
|
||||
act_reg.nstorage_cells,
|
||||
act_reg.nsummation,
|
||||
act_reg.sqrtmult,
|
||||
act_reg.pxlthreshold,
|
||||
act_reg.pxlthreshold_min,
|
||||
act_reg.pxlthreshold_max,
|
||||
state);
|
||||
REQUIRE(idle_data_collection == 1);
|
||||
REQUIRE(addr1.empty());
|
||||
@@ -57,7 +58,8 @@ TEST_CASE("HLS_DataCollectionFSM","[OpenCAPI]") {
|
||||
act_reg.nstorage_cells,
|
||||
act_reg.nsummation,
|
||||
act_reg.sqrtmult,
|
||||
act_reg.pxlthreshold,
|
||||
act_reg.pxlthreshold_min,
|
||||
act_reg.pxlthreshold_max,
|
||||
state);
|
||||
REQUIRE(idle_data_collection == 0);
|
||||
REQUIRE(addr1.empty());
|
||||
@@ -76,7 +78,8 @@ TEST_CASE("HLS_DataCollectionFSM","[OpenCAPI]") {
|
||||
act_reg.nstorage_cells,
|
||||
act_reg.nsummation,
|
||||
act_reg.sqrtmult,
|
||||
act_reg.pxlthreshold,
|
||||
act_reg.pxlthreshold_min,
|
||||
act_reg.pxlthreshold_max,
|
||||
state);
|
||||
REQUIRE(idle_data_collection == 0);
|
||||
REQUIRE(addr1.empty());
|
||||
@@ -98,7 +101,8 @@ TEST_CASE("HLS_DataCollectionFSM","[OpenCAPI]") {
|
||||
act_reg.nstorage_cells,
|
||||
act_reg.nsummation,
|
||||
act_reg.sqrtmult,
|
||||
act_reg.pxlthreshold,
|
||||
act_reg.pxlthreshold_min,
|
||||
act_reg.pxlthreshold_max,
|
||||
state);
|
||||
REQUIRE(idle_data_collection == 0);
|
||||
REQUIRE(addr1.empty());
|
||||
@@ -117,7 +121,8 @@ TEST_CASE("HLS_DataCollectionFSM","[OpenCAPI]") {
|
||||
act_reg.nstorage_cells,
|
||||
act_reg.nsummation,
|
||||
act_reg.sqrtmult,
|
||||
act_reg.pxlthreshold,
|
||||
act_reg.pxlthreshold_min,
|
||||
act_reg.pxlthreshold_max,
|
||||
state);
|
||||
|
||||
REQUIRE(idle_data_collection == 0);
|
||||
@@ -138,7 +143,8 @@ TEST_CASE("HLS_DataCollectionFSM","[OpenCAPI]") {
|
||||
act_reg.nstorage_cells,
|
||||
act_reg.nsummation,
|
||||
act_reg.sqrtmult,
|
||||
act_reg.pxlthreshold,
|
||||
act_reg.pxlthreshold_min,
|
||||
act_reg.pxlthreshold_max,
|
||||
state);
|
||||
|
||||
REQUIRE(idle_data_collection == 0);
|
||||
@@ -160,7 +166,8 @@ TEST_CASE("HLS_DataCollectionFSM","[OpenCAPI]") {
|
||||
act_reg.nstorage_cells,
|
||||
act_reg.nsummation,
|
||||
act_reg.sqrtmult,
|
||||
act_reg.pxlthreshold,
|
||||
act_reg.pxlthreshold_min,
|
||||
act_reg.pxlthreshold_max,
|
||||
state);
|
||||
|
||||
REQUIRE(idle_data_collection == 0);
|
||||
@@ -180,7 +187,8 @@ TEST_CASE("HLS_DataCollectionFSM","[OpenCAPI]") {
|
||||
act_reg.nstorage_cells,
|
||||
act_reg.nsummation,
|
||||
act_reg.sqrtmult,
|
||||
act_reg.pxlthreshold,
|
||||
act_reg.pxlthreshold_min,
|
||||
act_reg.pxlthreshold_max,
|
||||
state);
|
||||
|
||||
REQUIRE(idle_data_collection == 0);
|
||||
@@ -201,7 +209,8 @@ TEST_CASE("HLS_DataCollectionFSM","[OpenCAPI]") {
|
||||
act_reg.nstorage_cells,
|
||||
act_reg.nsummation,
|
||||
act_reg.sqrtmult,
|
||||
act_reg.pxlthreshold,
|
||||
act_reg.pxlthreshold_min,
|
||||
act_reg.pxlthreshold_max,
|
||||
state);
|
||||
|
||||
REQUIRE( state == RCV_WAIT_FOR_START);
|
||||
|
||||
Reference in New Issue
Block a user