SystemC core, TLM, SCV
High Level Synthesis(HLS)
Electric System Design(ESL)
摘要:原文:http://alpha-blog.wanglianghome.org/2010/12/02/what-is-native-compiler-and-cross-compiler/本文尝试以GCC为例,解释一下什么是native compiler,什么是cross compiler。首先介绍三个概念——build、host和target。build编译GCC的平台host运行GCC的平台targetGCC编译产生的应用程序的运行平台三者全部相同(build = host = target)的就是native compiler,例如我们在PC上装的Ubuntu或者Fedora里面带的GCC
阅读全文
摘要:http://stackoverflow.com/questions/1119962/smart-pointers-when-where-and-how?rq=1My list of pointers:normal usage: normal members and (const) references to themsharing and keeping the object alive (owners, containers): shared_ptrsharing, but not keeping alive (users): weak_ptrscoped usage: scoped_pt
阅读全文
摘要:SCE-MI软硬件联仿工具,有点MATLAB-dspace或者labview的fpga module那种味道。但这是一个通用的标准。 接口分为三类,一种是消息传递,一类是用DPI-C来做function call 传递,最后一种是使用pipe(标准中有pipe和FIFO的比较)来做transaction的传递。~~~VMM HAL 应该是比SCE-MI顶层一些(也可以认为是SCE-MI的一种实现)。从下面的关键词也可以看出,本质的思想也是使用软硬件co-emulation的方式来debug。VMM_HW_ARCH_NULL Simulation only. No hardware-assist
阅读全文