Questions tagged [nuxmv]

19 questions
0
votes
0 answers

Regarding usage of unbounded array in nuXmv 2.0.0

This is regarding the usage of int-array type variables provided in nuXmv. Can anyone help us by providing a few example programs where a variable of type array integer of integer or something similar has been manipulated. We have been trying to…
0
votes
0 answers

Creating a buffer in Nusmv

I'm attempting to write code for a buffer in NuSMV. The buffer has 6 wires. 4 input wires (reset, clock, read_enable, and write_enable) and 2 output wires(full and empty). Wires are modeled as boolean true|false (true being high voltage). The…
4YW
  • 1
0
votes
0 answers

compassion on nuxmv/nusmv - CTL and next

Is there any way to use compassion for CTL? Is an option to write an expression with next(state) on compassion expression? Thanks
0
votes
0 answers

console hangs during property verification with nuXmv

I am using nuXmv to develop a model, Where I want to initialize 3 of the variables as a range of integers and not fixed integer value. The values are - 1..100, 20..100 and 0..200 the model simulation for a fixed set of init values works as expected…
Sneha Sahu
  • 33
  • 8
1
2