From: Jacob Lifshay Date: Mon, 12 Sep 2022 08:15:34 +0000 (-0700) Subject: fix svanalysis failing due to missing comma in addpcis csv entry X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3caf0cb24d4311e288937e881b0fa31972d5bb0e;p=openpower-isa.git fix svanalysis failing due to missing comma in addpcis csv entry --- diff --git a/openpower/isatables/minor_19.csv b/openpower/isatables/minor_19.csv index 887c2843..d6dbbb55 100644 --- a/openpower/isatables/minor_19.csv +++ b/openpower/isatables/minor_19.csv @@ -16,4 +16,4 @@ opcode,unit,internal op,in1,in2,in3,out,CR in,CR out,inv A,inv out,cry in,cry ou 0010010110,ALU,OP_ISYNC,NONE,NONE,NONE,NONE,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,1,isync,XL, 0000010010,TRAP,OP_RFID,SPR,SPR,NONE,NONE,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,rfid,XL, 0100010010,TRAP,OP_RFID,SPR,SPR,NONE,NONE,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,hrfid,XL, ------00010,ALU,OP_ADD,CIA,CONST_DXHI4,NONE,RT,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,1,addpcis,DX +-----00010,ALU,OP_ADD,CIA,CONST_DXHI4,NONE,RT,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,1,addpcis,DX,