当前位置:网站首页>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));
边栏推荐
- 架构实战营模块五作业
- Law of Large Numbers
- 在线文本数字识别列表求和工具
- memcached基础
- 可视化介绍 Matplotlib 和 Plotnine
- 自定义JSP[if,foreach,数据,select]标签
- Esp32-solo development tutorial to solve config_ FREERTOS_ UNICORE problem
- Amazon elasticache quickly builds a cache service cluster, which is fast
- 史上最难618,TCL夺得电视行业京东和天猫份额双第一
- Memcached foundation 3
猜你喜欢

3-wire SPI screen driving mode

How to control the quality of HD slip ring in the production process

Buuctf PWN write UPS (6)

Esp32 add multi directory custom component

解决unable to create a folder to save the sketch: mkdir sketch

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

可视化介绍 Matplotlib 和 Plotnine

通过Rust语言计算加速技术突破图片识别性能瓶颈

Flutter series: flow in flutter

Central Limit Theorem
随机推荐
Topolvm: kubernetes local persistence scheme based on LVM, capacity aware, dynamically create PV, and easily use local disk
Custom jsp[if, foreach, data, select] tag
Kept to implement redis autofailover (redisha) 13
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
ESP32实验-自建web服务器配网02
Keepalived 实现 Redis AutoFailover (RedisHA)17
Break through the performance bottleneck of image recognition through rust language computing acceleration technology
memcached基础2
Record a bug caused by a line break
Solution of idea hot start failure
Other service registration and discovery
XSS notes (Part 2)
ESP32-SOLO开发教程,解决CONFIG_FREERTOS_UNICORE问题
Keepalived 实现 Redis AutoFailover (RedisHA)15
Statistical Hypothesis Testing
3-wire SPI screen driving mode
Interface test framework practice (I) | requests and interface request construction
XSS attack notes (Part 1)
如何把老式键盘转换成USB键盘并且自己编程?
leetcode 1143. Longest common subsequence (medium)