Re: [PATCH v3 2/3] target/riscv: Extend isa_ext_data for single letter extensions

2022-12-15 Thread Alistair Francis
On Fri, Dec 9, 2022 at 12:58 AM Mayuresh Chitale wrote: > > Currently the ISA string for a CPU is generated from two different > arrays, one for single letter extensions and another for multi letter > extensions. Add all the single letter extensions to the isa_ext_data > array and use it for gener

[PATCH v3 2/3] target/riscv: Extend isa_ext_data for single letter extensions

2022-12-08 Thread Mayuresh Chitale
Currently the ISA string for a CPU is generated from two different arrays, one for single letter extensions and another for multi letter extensions. Add all the single letter extensions to the isa_ext_data array and use it for generating the ISA string. Also drop 'P' and 'Q' extensions from the lis