diff options
author | Marcelina Kościelnicka <mwk@0x04.net> | 2020-07-05 22:21:59 +0200 |
---|---|---|
committer | Marcelina Kościelnicka <mwk@0x04.net> | 2020-07-05 22:21:59 +0200 |
commit | af54b8bc6123f6e90a97268624b84ac270dc1879 (patch) | |
tree | a05be1ceaf45c95437e3b763c38cfc98d0aa36d9 /passes/techmap | |
parent | 7f45cab27af410df5ca3b737cbed03c17c589206 (diff) | |
download | yosys-af54b8bc6123f6e90a97268624b84ac270dc1879.tar.gz yosys-af54b8bc6123f6e90a97268624b84ac270dc1879.tar.bz2 yosys-af54b8bc6123f6e90a97268624b84ac270dc1879.zip |
Naming fixes.
Diffstat (limited to 'passes/techmap')
-rw-r--r-- | passes/techmap/clkbufmap.cc | 2 | ||||
-rw-r--r-- | passes/techmap/extractinv.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/passes/techmap/clkbufmap.cc b/passes/techmap/clkbufmap.cc index 451325fee..4e9b910db 100644 --- a/passes/techmap/clkbufmap.cc +++ b/passes/techmap/clkbufmap.cc @@ -2,7 +2,7 @@ * yosys -- Yosys Open SYnthesis Suite * * Copyright (C) 2012 Clifford Wolf <clifford@clifford.at> - * Copyright (C) 2019 Marcin Kościelnicki <mwk@0x04.net> + * Copyright (C) 2019 Marcelina Kościelnicka <mwk@0x04.net> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/passes/techmap/extractinv.cc b/passes/techmap/extractinv.cc index 9b350456f..11463380c 100644 --- a/passes/techmap/extractinv.cc +++ b/passes/techmap/extractinv.cc @@ -2,7 +2,7 @@ * yosys -- Yosys Open SYnthesis Suite * * Copyright (C) 2012 Clifford Wolf <clifford@clifford.at> - * Copyright (C) 2019 Marcin Kościelnicki <mwk@0x04.net> + * Copyright (C) 2019 Marcelina Kościelnicka <mwk@0x04.net> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above |