HLSSimulatedDevice: Remove module_upside_down

This commit is contained in:
2023-10-27 15:28:49 +02:00
parent 7973c2ca81
commit 3b802effa8
2 changed files with 1 additions and 48 deletions
+1 -4
View File
@@ -361,11 +361,8 @@ void HLSSimulatedDevice::HLSMainThread() {
hls_cores.emplace_back([&] { axis_128_to_512(integration_result_0, integration_result_1);});
// 8. Invert module upside down
hls_cores.emplace_back([&] { module_upside_down(converted_7, converted_8);});
// 9. Extend multipixels
hls_cores.emplace_back([&] { add_multipixel(converted_8, converted_9);});
hls_cores.emplace_back([&] { add_multipixel(converted_7, converted_9);});
// 10. Apply bitshuffle
hls_cores.emplace_back([&] { bitshuffle(converted_9, converted_10);});