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

create a input option for sim and synth scripts #3

Open
0x7C8 opened this issue Mar 25, 2022 · 1 comment
Open

create a input option for sim and synth scripts #3

0x7C8 opened this issue Mar 25, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@0x7C8
Copy link
Owner

0x7C8 commented Mar 25, 2022

It should be able to do this:

ictool synth
LPLVT -c wc -v 1.00 -t 125

or
ictool synth -o LPLVT -c wc -v 1.00 -t 125

@0x7C8 0x7C8 added the enhancement New feature or request label Mar 25, 2022
@0x7C8
Copy link
Owner Author

0x7C8 commented Mar 25, 2022

An automation of synth should be able to input any combination of options, where script would be able to test whether option is valid:
test -f {$CORE_LIB}/libs/CORE65{$TYPE}_{$CASE}_{$VOLTAGE}V_{$TEMP}C.lib || echo "Does not exist"
First test if there is SRAM with given voltage and temperature and then check if there is CORE and CLOCK library for those parameters. If there is none, provide suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant