We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dprint lines should be prefaced w/
device:(x,y):n
where: device is the device id (x,y) is the core n is the riscv id (brisc=0,ncrisc=1,trisc*=2,3,4)
Also: update watcher to use consistent naming, eg, for the log file (note: it won't have the riscv id)
The text was updated successfully, but these errors were encountered:
Prepend DPrint messages with device id, core coords, and RISC (#15790)
ce20864
### Ticket #14487
sagarwalTT
Successfully merging a pull request may close this issue.
dprint lines should be prefaced w/
device:(x,y):n
where:
device is the device id
(x,y) is the core
n is the riscv id (brisc=0,ncrisc=1,trisc*=2,3,4)
Also: update watcher to use consistent naming, eg, for the log file (note: it won't have the riscv id)
The text was updated successfully, but these errors were encountered: