[Libre-soc-dev] daily kan-ban update 17mar2021

Jacob Lifshay programmerjake at gmail.com
Thu Mar 18 08:10:41 GMT 2021


On Thu, Mar 18, 2021, 00:58 Luke Kenneth Casson Leighton <lkcl at lkcl.net>
wrote:

> diff --git a/openpower/isatables/extra.csv b/openpower/isatables/extra.csv
> index bf08093..7625aff 100644 (file)
> --- a/openpower/isatables/extra.csv
> +++ b/openpower/isatables/extra.csv
> @@ -1,4 +1,4 @@
>  opcode,unit,internal op,in1,in2,in3,out,CR in,CR out,inv A,inv
> out,cry in,cry out,ldst len,BR,sgn ext,upd,rsrv,32b,sgn,rc,lk,sgl
> pipe,comment,form
>
> -000000---------------0100000000-,NONE,OP_ATTN,NONE,NONE,NONE,NONE,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,RC,0,1,attn,NONE
>
> -01100000000000000000000000000000,NONE,OP_NOP,NONE,NONE,NONE,NONE,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,nop,D
>
> -000001---------------0000000011-,NONE,OP_SIM_CONFIG,NONE,NONE,NONE,RT,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,1,sim_cfg,NONE
>
> +0b000000---------------0100000000-,NONE,OP_ATTN,NONE,NONE,NONE,NONE,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,RC,0,1,attn,NONE
>
> +0b01100000000000000000000000000000,NONE,OP_NOP,NONE,NONE,NONE,NONE,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,nop,D
>
> +0b000001---------------0000000011-,NONE,OP_SIM_CONFIG,NONE,NONE,NONE,RT,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,1,sim_cfg,NONE
>
> this will cause the pattern matching in power_decode.py to fail.
>

no...I made the matching changes in power_decode.py. all the tests you
instructed me to run on irc pass, except for that 1 expected failure.

Jacob


More information about the Libre-soc-dev mailing list