X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Ftest.archscript;fp=tests%2Ftest.archscript;h=0000000000000000000000000000000000000000;hp=b5eaeabe866301fd097d7dc06b5686a4479f0154;hb=3094f58635dc32e4f0ba3922a0ce2f13267ea06e;hpb=5eea0a7ad35fb17a5b7203fa40119ad5cab01ec0 diff --git a/tests/test.archscript b/tests/test.archscript deleted file mode 100644 index b5eaeab..0000000 --- a/tests/test.archscript +++ /dev/null @@ -1,38 +0,0 @@ -import com.sunlabs.archsim.assignJan18.Source as PayloadSource -import com.sunlabs.archsim.assignJan18.Sink as PayloadSink -import com.sunlabs.archsim.assignJan18.FifoElement as FifoElement - -component Source:PayloadSource -component Sink:PayloadSink -component FifoOne:FifoElement - In <- Source.Out - Out -> Sink.In - -operations - print_parameters - build_GASP_model - self_check - print_model_description - reset - print_model - run 1000 - -settings - sourceDelay="50" - sourceDisplayGenerated="false" - sourceMaxGenerated="100" - sinkDelay="10" - sinkDisplayReceived="false" - sinkMaxStored="100" - fifo_forward_delay="10" - fifo_ack_delay="10" - state_to_action_delay="10" - action_to_state_delay="10" - action_fired_delay="0" - global_log="true" - log_level="0" - journal_state="true" - journal_action="false" - journal_terminal="false" - journalConnectionDataState="false" - journalConnectionAckState="false"