Partition_vector, Usage, Options – Altera Quartus II Scripting User Manual

Page 497: Description, Example, Partition_vector –367

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–367

simulator

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

partition_vector

Usage

partition_vector -duration <duration> -file <file name>

Options

-duration <duration>: Fixed duration for the vector file to be partitioned

-file <file name>: File name of the vector file to be partitioned

Description

Partitions a vector file into the specified fixed duration. The original vector file remains unchanged. New
vector files are generated of the specified fixed duration and located in the same directory as the original
vector file.

Example

Example 1
---------
# Partition a 1us vector file by fixed duration 400ns
partition_vector -file tctin4s.vwf -duration 400ns
# Upon completion, tctin4s.vwf remains unchanged, tctin4s.0_to_400ns.vwf,
# tctin4s.400_to_800ns.vwf and tctin4s.400_to_800ns.vwf will be generated
# at the same working directory

Advertising