From 417186b06f1ad77271327255f0bd1c9c4e301aaf Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 25 Mar 2001 18:10:39 +0000 Subject: [PATCH] Add a README for notes about the vvp target. --- tgt-vvp/README.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tgt-vvp/README.txt diff --git a/tgt-vvp/README.txt b/tgt-vvp/README.txt new file mode 100644 index 000000000..0d0988ca1 --- /dev/null +++ b/tgt-vvp/README.txt @@ -0,0 +1,18 @@ + +THE VVP TARGET + +SYMBOL NAME CONVENTIONS + +There are some naming conventions that the vp target uses for +generating symbol names. + +* wires and regs + +Nets and variables are named V_ where is the +full hierarchical name of the signal. + +* Logic devices + +Logic devices (and, or, buf, bufz, etc.) are named L_. In +this case the symbol is attached to a functor that is the output of +the logic device.