This "could not resolve target of annotation" error is indicating that
in module `BoomCore` there is no port, wire, or register named
`debug_brs`. This is unexpected unless you're mixing and matching
annotation files and FIRRTL files that were not generated by the same
Chisel elaboration. Can you confirm that the module has such a name
inside it?