Came up during the OpenPower virtual coffee call today. https://github.com/rems-project/sail/blob/sail2/power/ I found a bug in the SAIL model already: https://github.com/rems-project/sail/issues/75
One interesting thing I discovered: SAIL's model for Power is created using basically the same method we are: parsing the pseudo-code in the spec PDF.
(In reply to Jacob Lifshay from comment #1) > One interesting thing I discovered: > SAIL's model for Power is created using basically the same method we are: > parsing the pseudo-code in the spec PDF. that's quite funny. that would have saved some time. oh well. did you find where they extracted it to?
(In reply to Luke Kenneth Casson Leighton from comment #2) > (In reply to Jacob Lifshay from comment #1) > > One interesting thing I discovered: > > SAIL's model for Power is created using basically the same method we are: > > parsing the pseudo-code in the spec PDF. > > that's quite funny. that would have sabed some time. oh well. > > did you find where they extracted it to? I'd guess the parser is here: https://github.com/rems-project/extract