aboutsummaryrefslogtreecommitdiffstats
path: root/backends/aiger
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-14 12:40:36 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-14 12:40:36 -0800
commit654247abe9078566f93960a135ce08b0cfc96442 (patch)
tree2a7f74011de10ebcc70f41db53e3c19b4536d8e4 /backends/aiger
parent468386d67d902722562e9a0412a76fca79ec4fa2 (diff)
downloadyosys-654247abe9078566f93960a135ce08b0cfc96442.tar.gz
yosys-654247abe9078566f93960a135ce08b0cfc96442.tar.bz2
yosys-654247abe9078566f93960a135ce08b0cfc96442.zip
abc9_ops/write_xaiger: update doc
Diffstat (limited to 'backends/aiger')
-rw-r--r--backends/aiger/xaiger.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/aiger/xaiger.cc b/backends/aiger/xaiger.cc
index 2d908e33b..f9890a592 100644
--- a/backends/aiger/xaiger.cc
+++ b/backends/aiger/xaiger.cc
@@ -740,7 +740,8 @@ struct XAigerBackend : public Backend {
log("Write the top module (according to the (* top *) attribute or if only one module\n");
log("is currently selected) to an XAIGER file. Any non $_NOT_, $_AND_, $_ABC9_FF_, or");
log("non (* abc9_box_id *) cells will be converted into psuedo-inputs and\n");
- log("pseudo-outputs.\n");
+ log("pseudo-outputs. Whitebox contents will be taken from the '<module-name>$holes'\n");
+ log("module, if it exists.\n");
log("\n");
log(" -ascii\n");
log(" write ASCII version of AIGER format\n");