summaryrefslogtreecommitdiff
path: root/36/DEPENDENCIES/prob9_4data.sci
diff options
context:
space:
mode:
Diffstat (limited to '36/DEPENDENCIES/prob9_4data.sci')
-rwxr-xr-x36/DEPENDENCIES/prob9_4data.sci9
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;