diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-22 10:32:54 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-22 10:32:54 -0700 |
commit | 718897264523667fd6252762aa0eb784594a79e1 (patch) | |
tree | 881ba3178ec3bcbd0d777f3c13a8fcd3413fcf92 /kernel/yosys.cc | |
parent | d0b297341373dd3633b1a78dfe10efffa28ea0e1 (diff) | |
parent | b800059fc1f0f62c877bd529d2e7389471130055 (diff) | |
download | yosys-718897264523667fd6252762aa0eb784594a79e1.tar.gz yosys-718897264523667fd6252762aa0eb784594a79e1.tar.bz2 yosys-718897264523667fd6252762aa0eb784594a79e1.zip |
Merge remote-tracking branch 'origin/master' into eddie/xilinx_srl
Diffstat (limited to 'kernel/yosys.cc')
-rw-r--r-- | kernel/yosys.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/yosys.cc b/kernel/yosys.cc index 747f2d739..5018a4888 100644 --- a/kernel/yosys.cc +++ b/kernel/yosys.cc @@ -129,7 +129,7 @@ void yosys_banner() log(" | |\n"); log(" | yosys -- Yosys Open SYnthesis Suite |\n"); log(" | |\n"); - log(" | Copyright (C) 2012 - 2018 Clifford Wolf <clifford@clifford.at> |\n"); + log(" | Copyright (C) 2012 - 2019 Clifford Wolf <clifford@clifford.at> |\n"); log(" | |\n"); log(" | Permission to use, copy, modify, and/or distribute this software for any |\n"); log(" | purpose with or without fee is hereby granted, provided that the above |\n"); |