X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/8e89ca269960b7bb43ccc054696dfc28e84d409a..e0eaffd44fc9733bc230a803c80d8d5efd0faca6:/lib/references/generator-cst.xml diff --git a/lib/references/generator-cst.xml b/lib/references/generator-cst.xml index d67b7ca..112add7 100644 --- a/lib/references/generator-cst.xml +++ b/lib/references/generator-cst.xml @@ -1,17 +1,12 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> -<block> +<block special="source"> <informations> <name> generator-cst </name> - <category ids="6" /> + <category ids="1" /> <description> - <brief> - generates V consecutives constant values, followed by Z idle cycles - </brief> - <detailed> - generates V consecutives constant values, followed by Z idle cycles - </detailed> + generates V consecutives constant values, followed by Z idle cycles </description> </informations> @@ -19,12 +14,14 @@ <parameter name="data_width" type="positive" value="8" context="user"/> <parameter name="seq_length" type="positive" value="10" context="user"/> <parameter name="idle_length" type="positive" value="5" context="user"/> + <parameter name="fixed_value" type="integer" value="666" context="user"/> </parameters> <interfaces> <inputs> <input name="clk" width="1" purpose="clock" /> <input name="rst" width="1" purpose="reset" /> + <input purpose="data" name="start" width="1" multiplicity="1" endian="little" type="boolean"/> </inputs> <outputs> <output name="data_o" width="$data_width"/>