HLS:@E Simulation failed SIGSEGVHLS:@E Simulation failed: SIGSEGV.
HLS:@E Simulation failed: SIGSEGV.前言在HLS工具中使用C仿真时报如下错误,经定位问题后发现有数组开辟方式的问题。错误描述@E Simulation failed: SIGSEGV.ERROR: [SIM 211-100] CSim failed with errors.错误定位开辟数组空间时用到这句unsigned int * src_img[SIZE*BAND];其中SIZE与BAND均为常量;HLS的C仿真中不能用C语言中的这种方式来定义数组,需