cascode-labs / morpheus

Generate Maestro circuit test benches in Cadence Virtuoso
MIT License
4 stars 0 forks source link

Switch from using print statements to a python logger #24

Closed Jetsama closed 1 month ago

Jetsama commented 10 months ago

Switch all instances of print statements to python logger and create log file in user's /~.morpheus" folder. This will help create log files for debugging multiple users.

Jetsama commented 1 month ago

Completed, but currently there exists only 1 log file and it is currently appended rather than overwritten.