summaryrefslogtreecommitdiffstats
path: root/src/map/fpga
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-11-27 12:17:00 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2013-11-27 12:17:00 -0800
commite73e5438ca483866096bdc82ab43ac290549b7c9 (patch)
tree642214afb65529746b3ce1ed5f3d1fb7093d39fd /src/map/fpga
parentee50e84e57f70c5b7cc9d66edeef05a8de4b3f9f (diff)
downloadabc-e73e5438ca483866096bdc82ab43ac290549b7c9.tar.gz
abc-e73e5438ca483866096bdc82ab43ac290549b7c9.tar.bz2
abc-e73e5438ca483866096bdc82ab43ac290549b7c9.zip
Patching ABC for Yosys.
Diffstat (limited to 'src/map/fpga')
-rw-r--r--src/map/fpga/fpga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/fpga/fpga.c b/src/map/fpga/fpga.c
index cf88e90b..5cf04f85 100644
--- a/src/map/fpga/fpga.c
+++ b/src/map/fpga/fpga.c
@@ -161,7 +161,7 @@ int Fpga_CommandReadLibrary( Abc_Frame_t * pAbc, int argc, char **argv )
return 0;
usage:
- fprintf( pErr, "\nusage: read_lut [-vh]\n");
+ fprintf( pErr, "usage: read_lut [-vh]\n");
fprintf( pErr, "\t read the LUT library from the file\n" );
fprintf( pErr, "\t-v : toggles enabling of verbose output [default = %s]\n", (fVerbose? "yes" : "no") );
fprintf( pErr, "\t-h : print the command usage\n");
@@ -231,7 +231,7 @@ int Fpga_CommandPrintLibrary( Abc_Frame_t * pAbc, int argc, char **argv )
return 0;
usage:
- fprintf( pErr, "\nusage: print_lut [-vh]\n");
+ fprintf( pErr, "usage: print_lut [-vh]\n");
fprintf( pErr, "\t print the current LUT library\n" );
fprintf( pErr, "\t-v : toggles enabling of verbose output [default = %s]\n", (fVerbose? "yes" : "no") );
fprintf( pErr, "\t-h : print the command usage\n");