On Thu, 25 Feb 2021 19:47:04 -0800 Richard Henderson <richard.hender...@linaro.org> wrote:
> On 2/25/21 7:18 AM, Alessandro Di Federico wrote: > > + elif hex_common.is_new_val(regtype, regid, tag): > > + declared.append("%s%sN" % (regtype,regid)) > > + else: > > + print("Bad register parse:",regtype,regid,toss,numregs) > > print, but nothing to force exit-with-failure, now or at a later > date. Just raise a python exception? Yes, the whole error handling should be improved in the script. Our goal was to get this patchset in and then do another pass to clean up things later on. However, if you deem this is the proper time to do it, we can go for it. -- Alessandro Di Federico rev.ng