force

  This command allows you to apply stimulus interactively to VHDL signals(not variables), Verilog nets and registers, and SystemC boundary types. It is possible to create a complex sequence of stimuli when the force command is included in a DO file.

Syntax  Forcing values, driver type, repetition time or stop time on an object  

force {<object_name> <value> [[@]<time_info>][, <value> [@]<time_info>]...
[-deposit | -drive | -drive] [-cancel [@]<time_info>] [-repeat [@]<time_info>]

Arguments

1) <object_name>  - specifies the name of the HDL object to be forced.

2) <value>

   

3) -cancel [@]<time_info>  - (optional) cancel the force command at the time specified by <time_info>

4) -drive

  - (optional) attach a driver to the object and drives the specified <value> until the object is forced again or until it is unforced

5) -deposit

  - (optional) set the object to the specified <value>. The <value> remains until the object is forced again,or it is unforced

6) -freeze

  - (optional) freeze the object at the specified <value> until it is forced again or until it is unforced with the noforce command.

  - If the -freeze, -drive, or -deposit options are not used, then -freeze is the default for unresolved objects, and -drive is the default for resolved objects.

7) -repeat [@]<time_info>  - (optional) repeat a series of forced values and times at the time specified.

8) [@]<time_info>

  @    

-cancel {520 ns}      \\ Relative Time
-cancel {@ 520 ns} \\ Absolute Time

  <tim_info> = <time_value> <time_unit>

  10ns
10 ns
{10 ns}
“10 ns” 

最新文章

  1. Android源码——Activity进程内启动
  2. OpenResty 是一个全功能的 Web 应用服务器
  3. Building GCC 4.1.2 in CentOS 7 for Maya API development
  4. C++11
  5. JQuery-EasyUI与EXTjs有什么区别?
  6. echarts
  7. int(11)最大长度是多少,MySQL中varchar最大长度是多少(转)
  8. xml_03
  9. 实验九 FBG 团队项目需求改进与系统设计
  10. 给大家带来一些 horm的一些知识!
  11. JavaScript非数字(中文)排序
  12. 2018 ACM 网络选拔赛 焦作赛区
  13. python番外篇--sql注入
  14. graphite custom functions
  15. python互斥锁
  16. 《松本行弘的程序世界》读书笔记(上)——面向对象、程序块、设计模式、ajax
  17. C# 百度搜索结果xpath分析
  18. Java反射 Introspector
  19. linux环境中,read命令的使用?
  20. apsx 页面 if(!ispostback)其用法和作用 什么时候该用?

热门文章

  1. 20170704-WNDR4300uboot help info
  2. Beetl学习总结(2)——基本用法
  3. java中的redis工具类
  4. springCloud学习-高可用的分布式配置中心(Spring Cloud Config)
  5. 20180703mysql运维专题一:利用etl监控mysql日志
  6. 洛谷 P1120 小木棍 [数据加强版]
  7. input的disabled和readonly区别
  8. 微信小程序的小问题(1)
  9. 重学C++ (十一) OOP面向对象编程(2)
  10. POJ 3233 Matrix Power Series 二分+矩阵乘法