diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-12 09:40:51 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-12 09:40:51 -0700 |
commit | b21d29598a59f0f137a42f00a000b7937dabb402 (patch) | |
tree | 21d755bd82abe10d70c273e042ed37601d61f807 /backends/aiger/xaiger.cc | |
parent | c7f5091c2fac374c4e48cd9736c2727d65acdcf9 (diff) | |
download | yosys-b21d29598a59f0f137a42f00a000b7937dabb402.tar.gz yosys-b21d29598a59f0f137a42f00a000b7937dabb402.tar.bz2 yosys-b21d29598a59f0f137a42f00a000b7937dabb402.zip |
Consistency
Diffstat (limited to 'backends/aiger/xaiger.cc')
-rw-r--r-- | backends/aiger/xaiger.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/aiger/xaiger.cc b/backends/aiger/xaiger.cc index bf2f9f1bc..730f50f5b 100644 --- a/backends/aiger/xaiger.cc +++ b/backends/aiger/xaiger.cc @@ -2,7 +2,7 @@ * yosys -- Yosys Open SYnthesis Suite * * Copyright (C) 2012 Clifford Wolf <clifford@clifford.at> - * Copyright (C) 2019 Eddie Hung <eddie@fpgeh.com> + * 2019 Eddie Hung <eddie@fpgeh.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above |