aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-06-09 13:09:08 +0100
committergatecat <gatecat@ds0.me>2021-06-12 13:22:38 +0100
commit2ffb08144278c870b9f1b0549afae6d962312fc0 (patch)
tree90c301333f904b9abb8c3e6fd35808d6a9af04b7 /ice40
parent1c7efdc02ce3e36558374e641ea07833cb3a1849 (diff)
downloadnextpnr-2ffb08144278c870b9f1b0549afae6d962312fc0.tar.gz
nextpnr-2ffb08144278c870b9f1b0549afae6d962312fc0.tar.bz2
nextpnr-2ffb08144278c870b9f1b0549afae6d962312fc0.zip
Fixing old emails and names in copyrights
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'ice40')
-rw-r--r--ice40/arch.cc4
-rw-r--r--ice40/arch.h2
-rw-r--r--ice40/arch_place.cc6
-rw-r--r--ice40/arch_pybindings.cc4
-rw-r--r--ice40/arch_pybindings.h4
-rw-r--r--ice40/archdefs.h2
-rw-r--r--ice40/benchmark/hx8kdemo.v2
-rw-r--r--ice40/benchmark/picorv32.v2
-rw-r--r--ice40/benchmark/picosoc.v2
-rw-r--r--ice40/benchmark/simpleuart.v2
-rw-r--r--ice40/benchmark/spimemio.v2
-rw-r--r--ice40/bitstream.cc6
-rw-r--r--ice40/bitstream.h4
-rw-r--r--ice40/cells.cc6
-rw-r--r--ice40/cells.h4
-rw-r--r--ice40/chains.cc2
-rw-r--r--ice40/chains.h2
-rw-r--r--ice40/delay.cc4
-rw-r--r--ice40/gfx.cc2
-rw-r--r--ice40/gfx.h2
-rw-r--r--ice40/main.cc4
-rw-r--r--ice40/pack.cc6
-rw-r--r--ice40/pcf.cc4
-rw-r--r--ice40/pcf.h4
-rw-r--r--ice40/smoketest/attosoc/attosoc.v4
-rw-r--r--ice40/smoketest/attosoc/picorv32.v2
26 files changed, 44 insertions, 44 deletions
diff --git a/ice40/arch.cc b/ice40/arch.cc
index 080d6a03..0f0246ef 100644
--- a/ice40/arch.cc
+++ b/ice40/arch.cc
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
- * Copyright (C) 2018 Serge Bazanski <q3k@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018 Serge Bazanski <q3k@q3k.org>
*
* 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/ice40/arch.h b/ice40/arch.h
index 9c9a118f..5162285c 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.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
diff --git a/ice40/arch_place.cc b/ice40/arch_place.cc
index cc423a53..f01afdff 100644
--- a/ice40/arch_place.cc
+++ b/ice40/arch_place.cc
@@ -1,9 +1,9 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
- * Copyright (C) 2018 David Shah <david@symbioticeda.com>
- * Copyright (C) 2018 Serge Bazanski <q3k@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018 gatecat <gatecat@ds0.me>
+ * Copyright (C) 2018 Serge Bazanski <q3k@q3k.org>
*
* 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/ice40/arch_pybindings.cc b/ice40/arch_pybindings.cc
index 41c97b1b..24e90132 100644
--- a/ice40/arch_pybindings.cc
+++ b/ice40/arch_pybindings.cc
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
- * Copyright (C) 2018 David Shah <david@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018 gatecat <gatecat@ds0.me>
*
* 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/ice40/arch_pybindings.h b/ice40/arch_pybindings.h
index 86c2977e..032d42fe 100644
--- a/ice40/arch_pybindings.h
+++ b/ice40/arch_pybindings.h
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
- * Copyright (C) 2018 David Shah <david@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018 gatecat <gatecat@ds0.me>
*
* 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/ice40/archdefs.h b/ice40/archdefs.h
index 6ef5432f..3d8ea282 100644
--- a/ice40/archdefs.h
+++ b/ice40/archdefs.h
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.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
diff --git a/ice40/benchmark/hx8kdemo.v b/ice40/benchmark/hx8kdemo.v
index 9b784f8f..f9a82f14 100644
--- a/ice40/benchmark/hx8kdemo.v
+++ b/ice40/benchmark/hx8kdemo.v
@@ -1,7 +1,7 @@
/*
* PicoSoC - A simple example SoC using PicoRV32
*
- * Copyright (C) 2017 Clifford Wolf <clifford@clifford.at>
+ * Copyright (C) 2017 Claire Xenia Wolf <claire@yosyshq.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
diff --git a/ice40/benchmark/picorv32.v b/ice40/benchmark/picorv32.v
index af634b47..35a8c743 100644
--- a/ice40/benchmark/picorv32.v
+++ b/ice40/benchmark/picorv32.v
@@ -1,7 +1,7 @@
/*
* PicoRV32 -- A Small RISC-V (RV32I) Processor Core
*
- * Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
+ * Copyright (C) 2015 Claire Xenia Wolf <claire@yosyshq.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
diff --git a/ice40/benchmark/picosoc.v b/ice40/benchmark/picosoc.v
index 6298a8ef..fc8b5f61 100644
--- a/ice40/benchmark/picosoc.v
+++ b/ice40/benchmark/picosoc.v
@@ -1,7 +1,7 @@
/*
* PicoSoC - A simple example SoC using PicoRV32
*
- * Copyright (C) 2017 Clifford Wolf <clifford@clifford.at>
+ * Copyright (C) 2017 Claire Xenia Wolf <claire@yosyshq.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
diff --git a/ice40/benchmark/simpleuart.v b/ice40/benchmark/simpleuart.v
index 50808cb3..eaff0218 100644
--- a/ice40/benchmark/simpleuart.v
+++ b/ice40/benchmark/simpleuart.v
@@ -1,7 +1,7 @@
/*
* PicoSoC - A simple example SoC using PicoRV32
*
- * Copyright (C) 2017 Clifford Wolf <clifford@clifford.at>
+ * Copyright (C) 2017 Claire Xenia Wolf <claire@yosyshq.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
diff --git a/ice40/benchmark/spimemio.v b/ice40/benchmark/spimemio.v
index 0bbf5326..b4ee4462 100644
--- a/ice40/benchmark/spimemio.v
+++ b/ice40/benchmark/spimemio.v
@@ -1,7 +1,7 @@
/*
* PicoSoC - A simple example SoC using PicoRV32
*
- * Copyright (C) 2017 Clifford Wolf <clifford@clifford.at>
+ * Copyright (C) 2017 Claire Xenia Wolf <claire@yosyshq.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
diff --git a/ice40/bitstream.cc b/ice40/bitstream.cc
index 56b5561c..3c7e7415 100644
--- a/ice40/bitstream.cc
+++ b/ice40/bitstream.cc
@@ -1,9 +1,9 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
- * Copyright (C) 2018 David Shah <david@symbioticeda.com>
- * Copyright (C) 2018 Serge Bazanski <q3k@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018 gatecat <gatecat@ds0.me>
+ * Copyright (C) 2018 Serge Bazanski <q3k@q3k.org>
*
* 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/ice40/bitstream.h b/ice40/bitstream.h
index 41a2ae68..194b2b9c 100644
--- a/ice40/bitstream.h
+++ b/ice40/bitstream.h
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
- * Copyright (C) 2018 David Shah <david@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018 gatecat <gatecat@ds0.me>
*
* 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/ice40/cells.cc b/ice40/cells.cc
index 9517c590..a7e5b067 100644
--- a/ice40/cells.cc
+++ b/ice40/cells.cc
@@ -1,9 +1,9 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
- * Copyright (C) 2018 David Shah <david@symbioticeda.com>
- * Copyright (C) 2018 Serge Bazanski <q3k@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018 gatecat <gatecat@ds0.me>
+ * Copyright (C) 2018 Serge Bazanski <q3k@q3k.org>
*
* 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/ice40/cells.h b/ice40/cells.h
index d4c0edf4..30fdd631 100644
--- a/ice40/cells.h
+++ b/ice40/cells.h
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
- * Copyright (C) 2018 David Shah <david@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018 gatecat <gatecat@ds0.me>
*
* 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/ice40/chains.cc b/ice40/chains.cc
index cfc8b4a1..d0d8b043 100644
--- a/ice40/chains.cc
+++ b/ice40/chains.cc
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 David Shah <david@symbioticeda.com>
+ * Copyright (C) 2018 gatecat <gatecat@ds0.me>
*
* 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/ice40/chains.h b/ice40/chains.h
index 98112303..78416aba 100644
--- a/ice40/chains.h
+++ b/ice40/chains.h
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 David Shah <david@symbioticeda.com>
+ * Copyright (C) 2018 gatecat <gatecat@ds0.me>
*
* 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/ice40/delay.cc b/ice40/delay.cc
index 0bcab160..740057f1 100644
--- a/ice40/delay.cc
+++ b/ice40/delay.cc
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
- * Copyright (C) 2018 Serge Bazanski <q3k@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018 Serge Bazanski <q3k@q3k.org>
*
* 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/ice40/gfx.cc b/ice40/gfx.cc
index 7ef43663..2efd1621 100644
--- a/ice40/gfx.cc
+++ b/ice40/gfx.cc
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.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
diff --git a/ice40/gfx.h b/ice40/gfx.h
index 4fb6e147..be05ba96 100644
--- a/ice40/gfx.h
+++ b/ice40/gfx.h
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.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
diff --git a/ice40/main.cc b/ice40/main.cc
index 28e6de9a..e480a6ce 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
- * Copyright (C) 2018 Miodrag Milanovic <miodrag@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018 Miodrag Milanovic <micko@yosyshq.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
diff --git a/ice40/pack.cc b/ice40/pack.cc
index 62b08534..b9857fbd 100644
--- a/ice40/pack.cc
+++ b/ice40/pack.cc
@@ -1,9 +1,9 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
- * Copyright (C) 2018 David Shah <david@symbioticeda.com>
- * Copyright (C) 2018 Serge Bazanski <q3k@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018 gatecat <gatecat@ds0.me>
+ * Copyright (C) 2018 Serge Bazanski <q3k@q3k.org>
*
* 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/ice40/pcf.cc b/ice40/pcf.cc
index c6289892..1003c037 100644
--- a/ice40/pcf.cc
+++ b/ice40/pcf.cc
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
- * Copyright (C) 2018 David Shah <david@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018 gatecat <gatecat@ds0.me>
*
* 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/ice40/pcf.h b/ice40/pcf.h
index ecc81e59..2f5394ee 100644
--- a/ice40/pcf.h
+++ b/ice40/pcf.h
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
- * Copyright (C) 2018 David Shah <david@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018 gatecat <gatecat@ds0.me>
*
* 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/ice40/smoketest/attosoc/attosoc.v b/ice40/smoketest/attosoc/attosoc.v
index 4921e298..39d51438 100644
--- a/ice40/smoketest/attosoc/attosoc.v
+++ b/ice40/smoketest/attosoc/attosoc.v
@@ -1,8 +1,8 @@
/*
* ECP5 PicoRV32 demo
*
- * Copyright (C) 2017 Clifford Wolf <clifford@clifford.at>
- * Copyright (C) 2018 David Shah <dave@ds0.me>
+ * Copyright (C) 2017 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018 gatecat <gatecat@ds0.me>
*
* 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/ice40/smoketest/attosoc/picorv32.v b/ice40/smoketest/attosoc/picorv32.v
index 1aed4121..27f707d3 100644
--- a/ice40/smoketest/attosoc/picorv32.v
+++ b/ice40/smoketest/attosoc/picorv32.v
@@ -1,7 +1,7 @@
/*
* PicoRV32 -- A Small RISC-V (RV32I) Processor Core
*
- * Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
+ * Copyright (C) 2015 Claire Xenia Wolf <claire@yosyshq.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