aboutsummaryrefslogtreecommitdiffstats
path: root/tex/samples.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-08-25 18:56:06 +0200
committerNao Pross <np@0hm.ch>2021-08-25 18:56:06 +0200
commit35b98b57084d971e199502981f8f4c14db64875b (patch)
tree37b61484c0d3388e2d6aa81ee87b475d1de6f9d1 /tex/samples.tex
parentMerge remote-tracking branch 'origin/master' (diff)
downloadDigDes-master.tar.gz
DigDes-master.zip
Diffstat (limited to '')
-rw-r--r--tex/samples.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/samples.tex b/tex/samples.tex
index 0e335d2..c272e05 100644
--- a/tex/samples.tex
+++ b/tex/samples.tex
@@ -32,7 +32,7 @@ end entity `\reqph{name}`_tb;
architecture tb of `\reqph{name}`_tb is
-- simulator settings
constant freq : natural := `\reqph{frequency}`;
- constant time : time := 1 sec / freq;
+ constant T : time := 1 sec / freq;
-- component of DUT
component `\reqph{name}` is