summaryrefslogtreecommitdiff
path: root/36/DEPENDENCIES/prob9_7data.sci
diff options
context:
space:
mode:
Diffstat (limited to '36/DEPENDENCIES/prob9_7data.sci')
-rwxr-xr-x36/DEPENDENCIES/prob9_7data.sci12
1 files changed, 12 insertions, 0 deletions
diff --git a/36/DEPENDENCIES/prob9_7data.sci b/36/DEPENDENCIES/prob9_7data.sci
new file mode 100755
index 000000000..57beef02a
--- /dev/null
+++ b/36/DEPENDENCIES/prob9_7data.sci
@@ -0,0 +1,12 @@
+//problem 9-7 data
+//time delay for four segments
+t1=50;
+t2=30;
+t3=95;
+t4=45;
+//register delay time
+u=5;
+//number of tasks
+n=100;
+//segments of pipeline
+k=4; \ No newline at end of file