当前位置:网站首页>get_sequencer的用法总结
get_sequencer的用法总结
2022-06-27 00:46:00 【Alfred.HOO】
1.Sequence Classes/uvm_sequence_item
get_sequencer — 返回sequence使用的默认sequencer的引用。
get_sequencerfunction uvm_sequencer_base get_sequencer()
返回sequence使用的默认sequencer的引用。
2.uvm_reg_transaction_order_policy/uvm_reg_map
get_sequencer — 获取与此映射相关总线的sequencer。
get_sequencer
virtual function uvm_sequencer_base get_sequencer (
uvm_hier_e hier = UVM_HIER
)
获取与此映射相关总线的sequencer。如果hier设置为UVM_HIER,则获取系统级总线的sequencer。参阅set_sequencer。
例子:
clock_reset_pkg::clock_reset_sequencer por_reset_n_sqr;
por_reset_n_sqr = env.clk_rst_env.cr_env.get_sequencer("por_reset_n");
start_reset_sequence(.duration(20000), .latency(0), sequencer(por_reset_n_sqr));
边栏推荐
- XSS笔记(下)
- Esp32 experiment - self built web server distribution network 02
- TopoLVM: 基于LVM的Kubernetes本地持久化方案,容量感知,动态创建PV,轻松使用本地磁盘
- 寻找旋转排序数组中的最小值 II[经典抽象二分 + 如何破局左中右三者相等]
- XSS attack notes (Part 1)
- Two days of beautiful butterfly animation
- Visual introduction to Matplotlib and plotnine
- About Random Numbers
- Topolvm: kubernetes local persistence scheme based on LVM, capacity aware, dynamically create PV, and easily use local disk
- XML learning notes
猜你喜欢

Other service registration and discovery

Beyond lithium battery -- the concept of battery in the future

其他服务注册与发现

TopoLVM: 基于LVM的Kubernetes本地持久化方案,容量感知,动态创建PV,轻松使用本地磁盘

IIS deploy static web site and FTP service

XSS notes (Part 2)

光谱共焦如何测量玻璃基板厚度

LeetCode 142. 环形链表 II

Law of Large Numbers

一键加速索尼相机SD卡文件的复制操作,文件操作批处理教程
随机推荐
These 10 copywriting artifacts help you speed up the code. Are you still worried that you can't write a copywriting for US media?
buuctf-pwn write-ups (6)
Memcached foundation 7
getReader() has already been called for this request
Solve the problem that only one line of text is displayed or not displayed in u8glib
Amazon elasticache quickly builds a cache service cluster, which is fast
自定义JSP[if,foreach,数据,select]标签
Topolvm: kubernetes local persistence scheme based on LVM, capacity aware, dynamically create PV, and easily use local disk
Visual introduction to Matplotlib and plotnine
memcached基础4
Timing mechanism of LwIP
美团:踩雷好几年,才总结出的数据治理避坑攻略
BootstrapBlazor + FreeSql实战 Chart 图表使用(2)
Statistical Hypothesis Testing
ArcGIS 镶嵌数据集切片丢失问题处理
NLP: brief introduction of transformer in NLP natural language field (pre training technology), NLP model development (elmo/gpt/bert/mt-dnn/xlnet/roberta/albert), detailed introduction to classic case
在线文本数字识别列表求和工具
NLP:Transformer在NLP自然语言领域的简介(预训练技术)、NLP模型发展(ELmo/GPT/BERT/MT-DNN/XLNet/RoBERTa/ALBERT)、经典案例之详细攻略
Law of Large Numbers
30《MySQL 教程》MySQL 存储引擎概述