File size: 444 Bytes
d59bb1b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: create_logic_port(2)
date: 24/09/08
---

# NAME

create_logic_port - create logic port

# SYNOPSIS

create_logic_port
    [-direction direction]
    port_name


# DESCRIPTION

This command creates logic port. Direction must be specified from:
`in`, `out`, `inout`.

# OPTIONS

`-direction`:  Direction of the port (`in`, `out`, `inout`).

`port_name`:  Port name.

# ARGUMENTS

This command has no arguments.

# EXAMPLES

# SEE ALSO