HLSSimulatedDevice: Remove module_upside_down
This commit is contained in:
@@ -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);});
|
||||
|
||||
Reference in New Issue
Block a user