diff options
Diffstat (limited to '36/DEPENDENCIES/prob9_4data.sci')
-rwxr-xr-x | 36/DEPENDENCIES/prob9_4data.sci | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/36/DEPENDENCIES/prob9_4data.sci b/36/DEPENDENCIES/prob9_4data.sci new file mode 100755 index 000000000..ee02d1109 --- /dev/null +++ b/36/DEPENDENCIES/prob9_4data.sci @@ -0,0 +1,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; |