yuhaozhang

导航

2023年6月15日 #

仿真通过system_tf传递参数

摘要: 一、在code中调用系统函数$value$plusargs 包含两个参数,var需要在code声明,user_string是自定义;最后在run的时候,指定参数 eg: code: reg a; integer s; initial begin s=$value$plusargs(“a=%d”,a) 阅读全文

posted @ 2023-06-15 14:58 YuhaoZhang 阅读(36) 评论(0) 推荐(0)