From 804e47d8ff5651b579f6c43fcb96b569e0cbcdc5 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 1 Jan 2016 15:08:41 +0100 Subject: Renamed IceBox .txt files to .asc files --- icetime/icetime.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icetime/icetime.cc') diff --git a/icetime/icetime.cc b/icetime/icetime.cc index 0a76836..b4abbd6 100644 --- a/icetime/icetime.cc +++ b/icetime/icetime.cc @@ -1137,7 +1137,7 @@ void make_interconn(const net_segment_t &src, FILE *graph_f) void help(const char *cmd) { printf("\n"); - printf("Usage: %s [options] input.txt [output.v]\n", cmd); + printf("Usage: %s [options] input.asc [output.v]\n", cmd); printf("\n"); printf(" -p \n"); printf(" -P \n"); @@ -1194,7 +1194,7 @@ int main(int argc, char **argv) } else help(argv[0]); - printf("// Reading input .txt file..\n"); + printf("// Reading input .asc file..\n"); read_config(); printf("// Reading chipdb file..\n"); -- cgit v1.2.3