Suppress test case output while initialising clock? #1126
-
Just getting started with Digital today after using Logisim for many years. Very impressed!! I'm writing a case that needs to repeat through clock cycles before doing the actual test.
in this scenario, it takes many thousands of clock cycles until VS switches off. The Test Result however only shows me the first 1024 rows (all L4) and then says passed (too many entries) Is there anyway that I can suppress L4 and only display the result for L7? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It is not possible to suppress some lines. But if an error occurs, the line will be displayed in any case. So if the X is replaced by a 1 or 0, the test is either green (the signals match) and thus not visible or red, then it is also displayed. |
Beta Was this translation helpful? Give feedback.
It is not possible to suppress some lines. But if an error occurs, the line will be displayed in any case. So if the X is replaced by a 1 or 0, the test is either green (the signals match) and thus not visible or red, then it is also displayed.
The purpose of the tests is not to have to check yourself if the signals are correct, but to let the computer do it.
And then it is enough if the incorrect outputs are displayed.