Skip to content

Commit 75669fb

Browse files
committed
update
1 parent 3fdb3c5 commit 75669fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ispTcl.tcl.*
88
.ispTcl.lock
99
work_*/
1010
/td/
11+
/TD/
1112
/database/

libtang/tools/tangbit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ int main(int argc, char *argv[])
4444
cerr << "Project Tang - Open Source Tools for Anlogic FPGAs" << endl;
4545
cerr << "tangbit: Anlogic bitstream converter" << endl;
4646
cerr << endl;
47-
cerr << "Copyright (C) 2018 Miodrag Milanovic <miodrag@symbioticeda.com>" << endl;
47+
cerr << "Copyright (C) 2018 Miodrag Milanovic <mmicko@gmail.com>" << endl;
4848
cerr << endl;
4949
cerr << options << endl;
5050
return vm.count("help") ? 0 : 1;

0 commit comments

Comments
 (0)