#include "ap_int.h" typedef ap_uint<32> d_type; typedef ap_uint<32> d_type_memory; template void fun(d_type ext_addr, d_type_memory *memory); void fun2(d_type ext_addr, d_type_memory *memory);