|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
bench用了一些sv2012的feature。
1. constraint of soft
2. user defined
typedef struct packed {
int unsigned x;
int unsigned y;
} coord_s;
coord_s ptr;
coord_s arr[4] = '{'{0,0}, '{0,0}, '{0,0}, '{0,0}};
ptr inside {arr};
这两种写法在irun2015版本都已经支持,vcs的2015版本都还不支持。 |
|