blob: ee02d1109d5c22e8d3e8a5da3176c07129e1e0ff (
plain)
1
2
3
4
5
6
7
8
9
|
//problem 9-4 data
//given total time taken by a nonopipelined system:
tn=50;
//given total segments of the pipeline system
k=6;
//clock cycle
tp=10;
//total number of tasks
n=100;
|