From 0d3bf9e725512f944a3265a0cdb70a5361ce4105 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 4 Apr 2022 16:53:47 +0200 Subject: Update CHANGELOG and manual --- manual/command-reference-manual.tex | 56 +++++++++++++++++++++++++++++++++++-- 1 file changed, 54 insertions(+), 2 deletions(-) (limited to 'manual/command-reference-manual.tex') diff --git a/manual/command-reference-manual.tex b/manual/command-reference-manual.tex index e3055c0bc..e68da3318 100644 --- a/manual/command-reference-manual.tex +++ b/manual/command-reference-manual.tex @@ -2222,6 +2222,40 @@ one-hot encoding and binary encoding is supported. .map \end{lstlisting} +\section{fst2tb -- generate testbench out of fst file} +\label{cmd:fst2tb} +\begin{lstlisting}[numbers=left,frame=single] + fst2tb [options] [top-level] + +This command generates testbench for the circuit using the given top-level module +and simulus signal from FST file + + -tb + generated testbench name. + files .v and .txt are created as result. + + -r + read simulation FST file + + -clock + name of top-level clock input + + -clockn + name of top-level clock input (inverse polarity) + + -scope + scope of simulation top model + + -start