Skip to content

Results archive command in ORFS #404

Closed Answered by vvbandeira
vijayank88 asked this question in Q&A
Discussion options

You must be logged in to vote

There are two features you can use to create a workflow that fits your needs.

First, you can create archives (tar files) with make <SCRIPT_NAME>_issue where <SCRIPT_NAME> is the name of the file in flow/scripts, e.g., make cts_issue. This will create a tar file with logs, results and the necessary files to reproduce. This is more suitable to create testcases to report issues to developers.

Second, you can use the FLOW_VARIANT variable on your config.mk or directly on the command line make FLOW_VARIANT=<TAG> [...]. This will create a folder with the same name to store files, e.g., logs/sky130hd/gcd/<TAG>/*.log.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vijayank88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants