This is a design that mixes processor and memory on a single chip. There are a bunch of operations surrounded by buffers. A central unit tells the data where to go. The operations work on data in certain buffers. Operations are performed by moving the data into the proper buffer. It described in much more detail in the specificaiton attatched at the bottom. I'm working on a C++ model right now.
- Create preliminary spec.
- Create C++ model
- Create code to convert x86 commands to native commands
- Simulate operation of chip
- Optimize C++ model
- Convert Model to SystemC
- Extend SystemC to handle asyncronus logic
- ...
- Created Preliminary Spec.
- Working on C++ model