diff --git a/src/bus/ideas.md b/src/bus/ideas.md new file mode 100644 index 0000000..7b3e0ed --- /dev/null +++ b/src/bus/ideas.md @@ -0,0 +1 @@ +Create a data structure that defines memory mapping for each device that uses the bus. That way, the same bus can be passed to different devices with different access patterns, so that each device can read/write specific parts of the memory. \ No newline at end of file