Add a README for notes about the vvp target.

This commit is contained in:
steve 2001-03-25 18:10:39 +00:00
parent ac91dc38b8
commit 417186b06f
1 changed files with 18 additions and 0 deletions

18
tgt-vvp/README.txt Normal file
View File

@ -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_<full-name> where <full-name> is the
full hierarchical name of the signal.
* Logic devices
Logic devices (and, or, buf, bufz, etc.) are named L_<full_name>. In
this case the symbol is attached to a functor that is the output of
the logic device.