On 9/2/19 4:01 PM, Michael Rolnik wrote:
Michael Rolnik (7):
   target/avr: Add outward facing interfaces and core CPU logic
   target/avr: Add instruction helpers
   target/avr: Add instruction decoding
   target/avr: Add instruction translation
[...]>   target/avr/Makefile.objs         |   33 +
  target/avr/cpu-param.h           |   37 +
  target/avr/cpu-qom.h             |   54 +
  target/avr/cpu.c                 |  576 ++++++
  target/avr/cpu.h                 |  254 +++
  target/avr/gdbstub.c             |   85 +
  target/avr/helper.c              |  354 ++++
  target/avr/helper.h              |   29 +
  target/avr/insn.decode           |  175 ++
  target/avr/machine.c             |  121 ++
  target/avr/translate.c           | 2888 ++++++++++++++++++++++++++++++

Hmmm I'm wondering, since the 32-bit arch is different, shouldn't we add this under target/avr8/ ?

Reply via email to