Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Use logging instead of println #353

Open
chick opened this issue Aug 24, 2021 · 0 comments
Open

Use logging instead of println #353

chick opened this issue Aug 24, 2021 · 0 comments
Assignees
Labels
cleanup Fixing up stale code

Comments

@chick
Copy link
Collaborator

chick commented Aug 24, 2021

TreadleTester and other files use println directly
These should be replaced by firrtl.Logger methods.
Less clear is how much to change the verbose handling, some of it is simple println's but the
execution stuff calls different internal methods depending on the verbosity, I don't think how
that is handled should be controlled by Logger even if the eventual println becomes logger based

@chick chick added the cleanup Fixing up stale code label Aug 24, 2021
@chick chick self-assigned this Aug 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cleanup Fixing up stale code
Projects
None yet
Development

No branches or pull requests

1 participant