]> AND Private Git Repository - blast.git/blobdiff - lib/implementations/generator-cst_impl.xml
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
started to code clkconvert output gen
[blast.git] / lib / implementations / generator-cst_impl.xml
index 0c94e162f924a0039696a10c4ab73a00dd981388..69094c0b0bb0a507f0c29f4a2d701457f6c776c9 100644 (file)
@@ -2,14 +2,11 @@
 <block_impl ref_name="generator-cst.xml" ref_md5="">
   <comments>
     <author firstname="stephane" lastname="Domas" mail="sdomas@univ-fcomte.fr" />
-    <date creation="2015-05-10" />
-    <related_files list=""/>
-    <description>
-      This component is a generator of a sequence of V fixed values, followed by Z idle cycles.
-    </description>
+    <log creation="2018-05-02">
+    </log>
     <notes>
-      No notes
     </notes>
+    
   </comments>
 
   <libraries>
   </architecture>
 
   <patterns>
-    <delta value="$seq_length+$idle_length" />
+    <delta value="$seq_length" />
     <consumption>
     </consumption>
     <production counter="">
-      <output name="data_o_enb" pattern="1{$seq_length}X{$idle_length}" />
+      <output name="data_o_enb" pattern="1{$seq_length}0{$idle_length}" />
     </production>
   </patterns>
 </block_impl>