You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our repo is not very clean. We need to do the following:
Remove unnecessary comments. Currently there are many useless comments in a number of files, which is ugly. If we do want to keep certain comments, we should explain on top why we do so.
Deprecate test vector simulator tests. We still have many tests that are using test vector simulator and these tests are not very readable and very difficult to maintain (especially those tests for the network). We should use ad-hoc test as our simple directed test.
Reuse CL tests. Our RTL models should just reuse the test cases for their CL equivalence (if there is one). Now most RTL and CL tests are separate.
Use f-string for line trace. Now that we are in python3, there is no reason why we don't use f-string.
The text was updated successfully, but these errors were encountered:
Currently our repo is not very clean. We need to do the following:
The text was updated successfully, but these errors were encountered: