From 8d49abf96736d9552ee39b445a0b623f8fd2beb4 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 10 Nov 2005 13:25:31 +0000 Subject: [PATCH] Document the MUXZ functor. --- vvp/README.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/vvp/README.txt b/vvp/README.txt index 3b56ac40d..344bec160 100644 --- a/vvp/README.txt +++ b/vvp/README.txt @@ -1,7 +1,7 @@ /* * Copyright (c) 2001 Stephen Williams (steve@icarus.com) * - * $Id: README.txt,v 1.72 2005/10/12 17:23:15 steve Exp $ + * $Id: README.txt,v 1.73 2005/11/10 13:25:31 steve Exp $ */ VVP SIMULATION ENGINE @@ -150,6 +150,14 @@ Almost all of the structural aspects of a simulation can be represented by functors, which perform the very basic task of combining up to four inputs down to one output. +- MUXZ + + Q | A B S n/a + --+------------- + A | * * 0 + B | * * 1 + + DFF STATEMENTS: The Verilog language itself does not have a DFF primitive, but post