Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在 Specman 的 C 中定义一个变量吗?无法从 Specman uint(bits:64) 发送 gcc 指示错误。
谢谢。
从 15.1 版本开始,Specman 支持 longint/longuint 类型,64 位整数。int64_t/uint64_t 值可以在 C 中使用宏访问:SN_LONGINT_GET()、SN_LONGUINT_GET()、SN_LONGINT_NEW(int64_t)、SN_LONGUINT_NEW(uint64_t)