摘要: 1 #include "verilated_vcd_c.h" 2 #include "Vtop.h" 3 4 vluint64_t main_time = 0; 5 6 double sc_time_stamp() 7 { 8 return main_time; 9 } 10 11 int main 阅读全文
posted @ 2021-07-11 23:49 BH5HSV 阅读(2133) 评论(0) 推荐(1) 编辑