VASY prend du structurel
This commit is contained in:
parent
0e2d615ae0
commit
47c639ecbe
|
@ -1,4 +1,4 @@
|
|||
.\" $Id: vasy.1,v 1.3 1999/12/17 14:07:01 syf Exp $
|
||||
.\" $Id: vasy.1,v 1.4 2000/02/11 10:47:08 syf Exp $
|
||||
.\" @(#)Labo.l 2.2 95/09/24 UPMC; Author: Jacomme L.
|
||||
.pl -.4
|
||||
.TH VASY 1 "November 26, 1999" "ASIM/LIP6" "CAO\-VLSI Reference Manual"
|
||||
|
@ -40,7 +40,7 @@ Each step of the analysis is displayed on the standard output.
|
|||
Drives an equivalent description in \fBVerilog\fP format.
|
||||
.TP 10
|
||||
\f4\-a\fP
|
||||
Drives an equivalent description in Alliance VHDL format \fBvbe\fP(5)
|
||||
Drives an equivalent description in Alliance VHDL format \fBvbe\fP(5) or \fBvst\fP(5)
|
||||
.TP 10
|
||||
\f4\-s\fP
|
||||
Drives an equivalent VHDL description (with the extention \fB.vhd\fP)
|
||||
|
@ -50,8 +50,8 @@ accepted by most of industrial synthesis tools.
|
|||
Uses Std_logic instead of Bit (taken into account only with option -s).
|
||||
.TP 10
|
||||
\f4\-I\fP
|
||||
Specifies the VHDL input format such as Alliance VHDL format \fBvbe\fP(5) or
|
||||
industrial VHDL format \fBvhd\fP.
|
||||
Specifies the VHDL input format such as Alliance VHDL format \fBvbe\fP(5),
|
||||
\fBvst\fP(5) or industrial VHDL format \fBvhd\fP or \fBvhdl\fP.
|
||||
.ti 7
|
||||
|
||||
.SH SEE ALSO
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $Id: vasy.5,v 1.1 1999/12/17 14:07:25 syf Exp $
|
||||
.\" $Id: vasy.5,v 1.2 2000/02/11 10:47:22 syf Exp $
|
||||
.\" @(#)VASY.5 1.0 Jan 28 1992 UPMC ; Ludovic Jacomme
|
||||
.TH VASY 5 "December 11, 1999" "ASIM/LIP6" "VHDL subset of VASY."
|
||||
|
||||
|
@ -27,6 +27,8 @@ concurrent assertion
|
|||
process
|
||||
.br
|
||||
concurrent signal assignment
|
||||
.br
|
||||
component instantiation statement
|
||||
.RE
|
||||
|
||||
.PP
|
||||
|
|
Loading…
Reference in New Issue