Next: , Previous: Introduction, Up: Top



2 Usage

This chapter describes chpsim's command-line options.

Usage: hacchpsim [options] obj-file

To pass a script to hacchpsim, use shell redirection or pipes. For example,

     $ cat test.chpsimrc | hacchpsim -b test.haco

or

     $ hacchpsim -b test.haco < test.chpsimrc