125c125
< if options.detailed or options.inorder:
---
> if options.cpu_type == "detailed" or options.cpu_type == "inorder":
157c157
< if options.detailed:
---
> if options.cpu_type == "detailed":
160c160
< elif not options.timing:
---
> elif not options.cpu_type == "timing":