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

Should add generation of the alt.fasm file to the generate_tests.py script #2

Closed
nelsobe opened this issue Mar 4, 2020 · 1 comment

Comments

@nelsobe
Copy link
Collaborator

nelsobe commented Mar 4, 2020

Right now the alt.fasm is not generated during the test design generation process. Rather, it is done in the run_tests.py script and is controlled by the GENERATE_ALT flag. Since generation for a given test case only needs to happen once but the tests themselves are often run, it seems to make more sense to generate the alt.fasm in the generation script.

nelsobe added a commit that referenced this issue Mar 9, 2020
    1. Created ability to generate a single test design
    from the command line.

    2. Moved generation of alt.fasm (in preparation for testing) from
    testing code to generation code.  This resolves Issue #2.

Signed-off-by: Brent Nelson <nelson@ee.byu.edu>
@nelsobe
Copy link
Collaborator Author

nelsobe commented Mar 9, 2020

Resolved via PR #14.

@nelsobe nelsobe closed this as completed Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant