@@ -28,7 +28,7 @@ First we need to determine the type of data we would be using in our project. Ba
After this we need to determine a mental sketch of the hardware that if implemented can make the processing faster.
#### At this point we will do a project estimate analysis and select one of the above problem statement if needed (to fit within the time)
###### At this point we will do a project estimate analysis and select one of the above problem statement if needed (to fit within the time)
Next we need to know what high level functions transfer to which hardware component and write the code as per the hardware architechture we define in previous step.