From 8e89ca269960b7bb43ccc054696dfc28e84d409a Mon Sep 17 00:00:00 2001 From: stephane Domas Date: Fri, 12 May 2017 16:48:06 +0200 Subject: [PATCH] added generator-cst --- lib/implementations/generator-cst_impl.xml | 34 +++++++++++++++++++++ lib/references/generator-cst.xml | 35 ++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 lib/implementations/generator-cst_impl.xml create mode 100644 lib/references/generator-cst.xml diff --git a/lib/implementations/generator-cst_impl.xml b/lib/implementations/generator-cst_impl.xml new file mode 100644 index 0000000..10b4299 --- /dev/null +++ b/lib/implementations/generator-cst_impl.xml @@ -0,0 +1,34 @@ + + + + + + + + This component is a generator of a sequence of V fixed values, followed by Z idle cycles. + + + No notes + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/references/generator-cst.xml b/lib/references/generator-cst.xml new file mode 100644 index 0000000..d67b7ca --- /dev/null +++ b/lib/references/generator-cst.xml @@ -0,0 +1,35 @@ + + + + + generator-cst + + + + + generates V consecutives constant values, followed by Z idle cycles + + + generates V consecutives constant values, followed by Z idle cycles + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5