Visualization of the values of a vector in ModelSim

0

I have a vector in Verilog of 3 bits. I'm tempted to make it range from 000 to 111, simulating on ModelSim. Then I did the following process:

Step 1:

Step2:

Step3:

Step4-Part1:

Step4-Part2:

Step4withthevisualizationofthesignalsofeachindexofthevectordifferently.

Step4-Part1-LiteralFormat

Step4-Part2-LiteralFormat

As can be seen in the images, by expanding the vector I see that the indexes vary correctly. But the alternate vector shows the values [000] and [100] every 400ps.

I could not find yet another way to make the vector show me the sum of 1 bit every 100ps as I wanted. How do I do this?

    
asked by anonymous 25.08.2018 / 20:41

0 answers