Re: [PATCH] target/xtensa: import core lx106

2022-04-25 Thread Max Filippov
On Sun, Apr 24, 2022 at 10:40 PM Simon Safar wrote: > On Sat, Apr 23, 2022, at 2:26 PM, Max Filippov wrote: > > It's for a (future...) Lisp compiler! Somewhat in the style of MicroPython; > > the idea > > is to make code editable on the fly, without reflashing (... or restarting, > > even). > >

Re: [PATCH] target/xtensa: import core lx106

2022-04-25 Thread Simon Safar
On Sat, Apr 23, 2022, at 2:26 PM, Max Filippov wrote: > > It's for a (future...) Lisp compiler! Somewhat in the style of MicroPython; > > the idea > > is to make code editable on the fly, without reflashing (... or restarting, > > even). > > Interesting. Do you use libisa or do you do instructio

Re: [PATCH] target/xtensa: import core lx106

2022-04-23 Thread Max Filippov
On Fri, Apr 22, 2022 at 8:16 PM Simon Safar wrote: > It's for a (future...) Lisp compiler! Somewhat in the style of MicroPython; > the idea > is to make code editable on the fly, without reflashing (... or restarting, > even). Interesting. Do you use libisa or do you do instruction encoding on

Re: [PATCH] target/xtensa: import core lx106

2022-04-23 Thread Simon Safar
Hi Max, On Thu, Apr 21, 2022, at 1:56 PM, Max Filippov wrote: > > An update to target/xtensa/cores.list is needed for this core to be built > in qemu-6.2+. Please keep that file alphabetically sorted. sounds great, thank you for the review!!! Will send out v2 soon. > I'm curious how is it suppo

Re: [PATCH] target/xtensa: import core lx106

2022-04-21 Thread Max Filippov
Hi Simon, On Thu, Apr 21, 2022 at 1:04 PM Simon Safar via wrote: > > This is the core used in e.g. ESP8266 chips. Importing them > using import_core.sh, with the required files sourced from > > https://github.com/espressif/xtensa-overlays > > core-lx106.c was generated by the script; the only cha