Open leonardt opened 5 years ago
Right now running m.compile in magma produces output to stdout such as
m.compile
Numargs=1 Running Runningvpasses Numargs=1 In Run Generators Done running generators Numargs=1 Numargs=1 Numargs=1 Numargs=1 Numargs=2 Numargs=1 Numargs=1 Running vpasses Modified?: No
It would be nice if we could silence this using -q or if it was quiet by default and shown during -v or some other debug flag.
-q
-v
Related to https://github.com/rdaly525/coreir/issues/634
Sorry, this is spam in stdout that should be removed. Separately, I agree we should have a verbose flag, and all stdout should really go to stderr.
Right now running
m.compile
in magma produces output to stdout such asIt would be nice if we could silence this using
-q
or if it was quiet by default and shown during-v
or some other debug flag.