> pi ip add -h
Usage: pi ip add [-h] [--template TEMPLATE | identifier]
Description: Create a new IP. The command puts the IP specification into a
temporary file and invokes the editor specified by the EDITOR environment
variable. Saving the file adds the IP.
Positional arguments:
identifier The name of the IP being created.
Optional arguments:
--template TEMPLATE, -t TEMPLATE
Use the specified template to add the IP. The template
is an ASCII file that defines the IP. This can be used
to add IP with a script and avoid the interactive
editor. To read the template from STDIN, set
TEMPLATE='-'.
-h, --help Show this help message and exit
Examples:
# Invoke the editor to create IP mmu.
pi ip add mmu
# Create IP using the mmu.info template.
pi ip add -t mmu.info
# Create IP using redirected STDOUT from script new_ip.py as template.
new_ip.py | pi ip add --template -
More information and documentation available at:
https://help.perforce.com/methodics/
Copyright © 2010-2024 Perforce, Inc.