LocationPU - x86 Commands to Native Commands Converter

Details
Category: Processor
Created: January 30, 2002
Updated: January 27, 2020
Other project properties
Development Status: Planning
WishBone compliant: No
WishBone version: n/a
License: n/a
Description
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.
Design Flow
- 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
- ...
Status
- Created Preliminary Spec.
- Working on C++ model