-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmemory_simulator_todo
More file actions
23 lines (18 loc) · 904 Bytes
/
Copy pathmemory_simulator_todo
File metadata and controls
23 lines (18 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
dont spend too much time on this project at one time
this project is long term, never going to be done
as there will always be new things to add and improvements
also it is important we learn to make time for things and balance
things out and parallize work
important to be able to start working on something if u have a free hour
that way u can make time for things we want to do
instead of whining we dont have enof time for things, we make it by using
those hours we end up having free
============================================================
we are going to use vpi instead of system verilog
vpi actualy works
everything gonna need more thought
the cache adds a new problem
we need to minimize the functions being called on clk rise
and the memory request needs to be able to feed cache
and cache needs to be able to feed memory controller.
going to rely heavily on queues and some policy