-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A buffer constraint can be applied to an IO
- Loading branch information
1 parent
c1f99f0
commit 785fef5
Showing
58 changed files
with
3,069 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
Examples/buffer/config.yml → Examples/buffer/constraint_config1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
version: 1.1.0 | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: | ||
- uint8_t *myBuffer | ||
- uint8_t *myBufferB | ||
scheduler-c-file-name: cv_scheduler1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: "uint8_t *myBuffer,\n uint8_t *myBufferB" | ||
scheduler-c-file-name: cv_scheduler2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: "uint8_t *myBuffer,\n uint8_t *myBufferB" | ||
scheduler-c-file-name: cv_scheduler3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: "uint8_t *myBuffer,\n uint8_t *myBufferB" | ||
scheduler-c-file-name: cv_scheduler5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: "uint8_t *myBuffer,\n uint8_t *myBufferB" | ||
scheduler-c-file-name: cv_scheduler6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: "uint8_t *myBuffer,\n uint8_t *myBufferB" | ||
scheduler-c-file-name: cv_scheduler7 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: "uint8_t *myBuffer,\n uint8_t *myBufferB" | ||
scheduler-c-file-name: cv_scheduler8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: "uint8_t *myBuffer,\n uint8_t *myBufferB" | ||
scheduler-c-file-name: cv_scheduler9 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: | ||
- uint8_t *myBuffer | ||
- uint8_t *myBufferB | ||
scheduler-c-file-name: cv_scheduler1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: "uint8_t *myBuffer,\n uint8_t *myBufferB" | ||
scheduler-c-file-name: cv_scheduler2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: "uint8_t *myBuffer,\n uint8_t *myBufferB" | ||
scheduler-c-file-name: cv_scheduler3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: "uint8_t *myBuffer,\n uint8_t *myBufferB" | ||
scheduler-c-file-name: cv_scheduler5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: "uint8_t *myBuffer,\n uint8_t *myBufferB" | ||
scheduler-c-file-name: cv_scheduler6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: "uint8_t *myBuffer,\n uint8_t *myBufferB" | ||
scheduler-c-file-name: cv_scheduler7 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: "uint8_t *myBuffer,\n uint8_t *myBufferB" | ||
scheduler-c-file-name: cv_scheduler8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2.0.0 | ||
schedule-options: | ||
memory-optimization: true | ||
mem-strategy: independent_set | ||
buffer-allocation: true | ||
code-generation-options: | ||
debug-limit: 1 | ||
fifo-prefix: cv | ||
c-code-generation-options: | ||
c-optional-args: "uint8_t *myBuffer,\n uint8_t *myBufferB" | ||
scheduler-c-file-name: cv_scheduler9 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
version: 2.0.0 | ||
graph: | ||
nodes: | ||
- node: source | ||
identified: true | ||
kind: SourceC2 | ||
outputs: | ||
- output: o | ||
samples: 5 | ||
type: float | ||
buffer-constraint: | ||
name: Test | ||
must-be-array: true | ||
assigned-by-node: true | ||
- node: processing1 | ||
identified: true | ||
kind: ProcessingNode | ||
inputs: | ||
- input: i | ||
samples: 5 | ||
type: float | ||
outputs: | ||
- output: o | ||
samples: 5 | ||
type: float | ||
- node: sink1 | ||
identified: true | ||
kind: Sink | ||
inputs: | ||
- input: i | ||
samples: 5 | ||
type: float | ||
args: | ||
- literal: sink1 | ||
- node: sink2 | ||
identified: true | ||
kind: Sink | ||
inputs: | ||
- input: i | ||
samples: 5 | ||
type: float | ||
args: | ||
- literal: sink2 | ||
edges: | ||
- src: | ||
node: source | ||
output: o | ||
dst: | ||
node: processing1 | ||
input: i | ||
- src: | ||
node: processing1 | ||
output: o | ||
dst: | ||
node: sink1 | ||
input: i | ||
- src: | ||
node: processing1 | ||
output: o | ||
dst: | ||
node: sink2 | ||
input: i | ||
|
Oops, something went wrong.