Hi everyone,
I often use my Unibone in a standalone DD11-CK backplane to test Unibus cards. This is a really great way to test things, and to learn how to use them.
Using that backplane means that usually it rests on its wire wrap pins which is scary, so my friend Marc designed a 3D printed food that you can slide on that backplane. With three of those you can safely insert cards without putting pressure on those pins. This is how it looks:
I often use XXDP tests to test hardware, but some tests do not run on the CPU20 emulation present on the Unibone. I found out that this is often caused by that emulation missing the extended instruction set, so I've added support for those instructions to the CPU20 emulation. It can be switched on by some parameters. The branch containing that can be found here:
This version allowed the DELUA XXDP tests to run.
I hope this is useful for someone ;)