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:
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?