We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdb3c5 commit 75669fbCopy full SHA for 75669fb
.gitignore
@@ -8,4 +8,5 @@ ispTcl.tcl.*
8
.ispTcl.lock
9
work_*/
10
/td/
11
+/TD/
12
/database/
libtang/tools/tangbit.cpp
@@ -44,7 +44,7 @@ int main(int argc, char *argv[])
44
cerr << "Project Tang - Open Source Tools for Anlogic FPGAs" << endl;
45
cerr << "tangbit: Anlogic bitstream converter" << endl;
46
cerr << endl;
47
- cerr << "Copyright (C) 2018 Miodrag Milanovic <miodrag@symbioticeda.com>" << endl;
+ cerr << "Copyright (C) 2018 Miodrag Milanovic <mmicko@gmail.com>" << endl;
48
49
cerr << options << endl;
50
return vm.count("help") ? 0 : 1;
0 commit comments