From b632280b7b5abc461ef7a72f567dad76f5c6c3b7 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 27 Oct 2008 07:40:55 +0100 Subject: [PATCH] remove tests/memory/count.and.stride.fleet --- tests/memory/count.and.stride.fleet | 46 ----------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 tests/memory/count.and.stride.fleet diff --git a/tests/memory/count.and.stride.fleet b/tests/memory/count.and.stride.fleet deleted file mode 100644 index e145321..0000000 --- a/tests/memory/count.and.stride.fleet +++ /dev/null @@ -1,46 +0,0 @@ -// output /////////////////////////////////////////////////////////////////// -#skip -#expect 14 -#expect 13 -#expect 12 -#expect 11 - -// program ////////////////////////////////////////////////////////////////// -#ship debug : Debug -#ship memory : Memory -#ship fifo : Fifo - -// dumb configurations -debug.in: set ilc=*; recv, deliver; -memory.inAddrRead: set ilc=*; recv, deliver; -memory.inAddrWrite: set ilc=*; recv, deliver; -memory.inDataWrite: set ilc=*; recv, deliver; -//memory.inCount: set ilc=*; recv, deliver; -//memory.inStride: set ilc=*; recv, deliver; -fifo.in: set ilc=*; recv, deliver; - -// addresses and values to initialize the memory with -//1: send to memory.inAddrWrite; -//4: send to memory.inCount; -//1: send to memory.inStride; -//11: send to memory.inDataWrite; -//12: send to memory.inDataWrite; -//13: send to memory.inDataWrite; -//14: send to memory.inDataWrite; - -// send write-completion tokens to the fifo output -memory.out: - set ilc=4; collect, send token to fifo.out; - set ilc=*; collect, send to debug.in; - -// when the write-completion tokens accumulate, unleash -// the read addresses -fifo.out: - set ilc=4; recv token; - collect, send to memory.inAddrRead; - -// read addresses -//4: send to fifo.in; -//4: send to memory.inCount; -//-1: send to memory.inStride; - -- 1.7.10.4