Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization problem of undefined signal in VHDL #562

Open
FranciscoNaveros opened this issue May 29, 2024 · 0 comments
Open

Visualization problem of undefined signal in VHDL #562

FranciscoNaveros opened this issue May 29, 2024 · 0 comments
Labels
Bug Something isn't working properly

Comments

@FranciscoNaveros
Copy link

In VHDL, when a signal is defined as undefined at the begining of the simulation (for instance, when that one is the output signal of a circuit with a delay), the visualization of that signal in the chronogram (showing the differences between the professor's and student's solutions) is wrong. After the first modification of the signal, assigning for instance the value '0', the chronogram will still represent that value as undefined. It will not be until the second modification of the signal that the chronogram will properly represente the value.

For instance, in the next example, the signal "salida" should be undefined for 2ns, '0' for another 2ns and '1' for the rest of the time:
salida<='U', '0' AFTER 2 NS, '1' AFTER 4 NS;

Nevertheless, we can see in the plot how the signal "salida" is undefined for the first 4 ns of the simulation.

imagen

Francisco Naveros.

@FranciscoNaveros FranciscoNaveros added the Bug Something isn't working properly label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working properly
Projects
None yet
Development

No branches or pull requests

1 participant