摘要: 在UVM中,uvm_sequence类中的start()方法的原型为: virtual task start (uvm_sequencer_base sequencer, uvm_sequence_base parent_sequence = null, int this_priority = -1 阅读全文
posted @ 2021-10-26 18:01 西瓜战神 阅读(844) 评论(0) 推荐(0)
摘要: 在windows端使用git向github上提交代码时经常报错failed to connect to github.com port 443,有时候能顺利提交,但是大概率需要连续提交好几次才能成功。 解决办法:使用git bash,输入git config --global http.proxy 阅读全文
posted @ 2021-06-05 15:08 西瓜战神 阅读(4946) 评论(8) 推荐(2)