aquiles viza
03/08/2024, 11:47 PMcace-gui
reads a .txt and writes another .txt with a lot of extra content.
Should we use that file the next time we execute cace-gui
?
In other words, should that file overwrites the previous one?aquiles viza
03/08/2024, 11:48 PMaquiles viza
03/08/2024, 11:54 PM.txt
?Tim Edwards
03/09/2024, 12:23 AMaquiles viza
03/09/2024, 2:13 AMcace_read.py
has a _`__main__`_ entry that evaluates syntax. I'm going to integrate that as a validation flag.Tim Edwards
03/09/2024, 2:45 AMcace.py
which drove the main part of the application (generate netlists and run simulations), which is now cace_cli.py
. Many of the original files were set up to be run directly and provide some kind of behavior on the command line, as you found for cace_read.py
. (Attn: @Leo Moser)aquiles viza
03/09/2024, 4:22 AMcace
as it is now and then, if something happens, I will keep both informed.Leo Moser
03/09/2024, 11:03 AMcace
and cace-gui
from the command line. If you need any features that are only available through calling a file directly, I think we should make this feature available from the CLI? Feel free to open any issue at CACE's repository, so we don't forget about them 👍aquiles viza
03/09/2024, 4:27 PMAtif Khan
03/10/2024, 1:12 PMTim Edwards
03/10/2024, 3:53 PMLeo Moser
03/10/2024, 4:06 PMLeo Moser
03/10/2024, 4:16 PMpython3 --version
Leo Moser
03/10/2024, 4:31 PMpython3 -m pip install --upgrade cace
We lowered the package requirements so they are compatible with Python 3.8.Atif Khan
03/10/2024, 4:32 PMAtif Khan
03/10/2024, 4:37 PMLeo Moser
03/10/2024, 4:37 PMLeo Moser
03/10/2024, 4:38 PM