问题标签 [nuseen]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
formal-verification - 使用 NuSMV 进行模型检查
在 NuSMV 中确实没有像 NULL、nil、None 这样的值吗?
而且我们不应该为流程制作模型,因为模型应该代表电子电路?
我的场景是我有一个 UART 连接器、一个主存储器和一个进程,后者在该进程中读取和写入主存储器并读取和写入 UART。在主存储器中有命名的数据K
应该保持不变。我们想证明如果进程不写入K' then the value of
K` 等于它的下一个值。
我想知道我的模型是否足够细粒度或者是否过于抽象。另外,如果我使用了正确的数据类型。