1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-24 19:40:39 +00:00

add M9312 (boot prom) emulation

- ibus/ibdr_maxisys: instantiate ibd_m9312
- ibus/ibd_m9312: added, boot prom emulation
- librw11/Rw11Cpu: add m9312 setup and HasM9312()
- tbench
  - m9312: added, tbench for ibd_m9312
  - kw11p: renamed from w11a_kw11p
This commit is contained in:
wfjm
2019-05-05 09:00:04 +02:00
parent 6c7fa2fd11
commit 3c73f61593
23 changed files with 470 additions and 23 deletions

View File

@@ -23,8 +23,17 @@ software or firmware builds or that the documentation is consistent.
The full set of tests is only run for tagged releases.
### Summary
- add m9312 boot prom emulation
### New features
- new components
- ibd_m9312: new boot prom emulation
- new verification codes
- test_m9312_all.tcl: tbench for m9312
### Changes
- renamed kw11p tbench from w11a_kw11p to kw11p
### Bug Fixes
### Known issues