Rename to F4PGA

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
diff --git a/README.rst b/README.rst
index 64b402a..a809034 100644
--- a/README.rst
+++ b/README.rst
@@ -1,20 +1,15 @@
-Verilog to Routing XML file generation from Verilog (`python-symbiflow-v2x`)
-=============================================================================
+Verilog to Routing XML file generation from Verilog (`f4pga-v2x`)
+=================================================================
 
 
-.. image:: https://readthedocs.org/projects/python-symbiflow-v2x/badge/?version=latest
-   :target: https://python-symbiflow-v2x.readthedocs.io/en/latest/?badge=latest
+.. image:: https://readthedocs.org/projects/f4pga-v2x/badge/?version=latest
+   :target: https://f4pga-v2x.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
 
-.. image:: https://travis-ci.com/SymbiFlow/python-symbiflow-v2x.svg?branch=master
-   :target: https://travis-ci.com/SymbiFlow/python-symbiflow-v2x
-   :alt: Build Status
-
-
 v2x is a tool for converting specialized annotated Verilog models into XML needed for
 `Verilog to Routing flow <https://docs.verilogtorouting.org/en/latest/arch/reference/>`_.
 
-Documentation can be found at `https://python-symbiflow-v2x.readthedocs.io/en/latest/ <https://python-symbiflow-v2x.readthedocs.io/en/latest/>`_.
+Documentation can be found at `https://f4pga-v2x.readthedocs.io/en/latest/ <https://f4pga-v2x.readthedocs.io/en/latest/>`_.
 
 Installation
 ------------
@@ -23,14 +18,14 @@
 
 .. code-block::
 
-   cd python-symbiflow-v2x
+   cd f4pga-v2x
    pip install .
 
 Alternatively, it can be installed from GitHub directly.
 
 .. code-block::
 
-   pip install git+https://github.com/SymbiFlow/python-symbiflow-v2x.git#egg=python-symbiflow-v2x
+   pip install git+https://github.com/chipsalliance/f4pga-v2x.git#egg=f4pga-v2x
 
 Usage
 -----
diff --git a/docs/Makefile b/docs/Makefile
index 7912dbf..f3d8b20 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -25,7 +25,7 @@
 SPHINXOPTS      =
 SPHINXBUILD     = [ -e env/bin/activate ] && source env/bin/activate; sphinx-build
 SPHINXAUTOBUILD = [ -e env/bin/activate ] && source env/bin/activate; sphinx-autobuild --watch $(MAKEDIR)../tests
-SPHINXPROJ      = SymbiFlowV2X
+SPHINXPROJ      = F4PGAV2X
 SOURCEDIR       = .
 BUILDDIR        = _build
 OSFLAG          =
diff --git a/docs/conf.py b/docs/conf.py
index d16abde..b18a393 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -17,7 +17,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 #
-# SymbiFlow V2X documentation build configuration file, created by
+# F4PGA V2X documentation build configuration file, created by
 # sphinx-quickstart on Mon Feb  5 11:04:37 2018.
 #
 # This file is execfile()d with the current directory set to its
@@ -86,17 +86,17 @@
 master_doc = 'index'
 
 # General information about the project.
-project = u'SymbiFlow Verilog to XML (V2X)'
-copyright = u'2018, SymbiFlow Team'
-author = u'SymbiFlow Team'
+project = u'F4PGA Verilog to XML (V2X)'
+copyright = u'2018-2022, F4PGA Authors'
+author = u'F4PGA Authors'
 
 # Enable github links when not on readthedocs
 on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
 if not on_rtd:
     html_context = {
         "display_github": True,  # Integrate GitHub
-        "github_user": "symbiflow",  # Username
-        "github_repo": "python-symbiflow-v2x",  # Repo name
+        "github_user": "chipsalliance",  # Username
+        "github_repo": "f4pga-v2x",  # Repo name
         "github_version": "master",  # Version
         "conf_py_path": "/doc/",
     }
@@ -170,7 +170,7 @@
 # -- Options for HTMLHelp output ------------------------------------------
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'symbiflow-v2x'
+htmlhelp_basename = 'f4pga-v2x'
 
 # -- Options for LaTeX output ---------------------------------------------
 
@@ -197,8 +197,8 @@
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
     (
-        master_doc, 'SymbiFlowV2X.tex', u'SymbiFlow V2X Documentation',
-        u'SymbiFlow Team', 'manual'),
+        master_doc, 'F4PGAV2X.tex', u'F4PGA V2X Documentation',
+        u'F4PGA Authors', 'manual'),
 ]
 
 # -- Options for manual page output ---------------------------------------
@@ -206,7 +206,7 @@
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'symbiflow-v2x', u'SymbiFlow V2X Documentation', [author], 1)
+    (master_doc, 'f4pga-v2x', u'F4PGA V2X Documentation', [author], 1)
 ]
 
 # -- Options for Texinfo output -------------------------------------------
@@ -216,8 +216,8 @@
 #  dir menu entry, description, category)
 texinfo_documents = [
     (
-        master_doc, 'SymbiFlowV2X', u'SymbiFlow V2X Documentation', author,
-        'SymbiFlowV2X', 'One line description of project.', 'Miscellaneous'),
+        master_doc, 'F4PGAV2X', u'F4PGA V2X Documentation', author,
+        'F4PGAV2X', 'One line description of project.', 'Miscellaneous'),
 ]
 
 # Example configuration for intersphinx: refer to the Python standard library.
@@ -228,7 +228,7 @@
     # Collect tests to form examples
     collect_examples()
 
-    github_code_repo = 'https://github.com/SymbiFlow/python-symbiflow-v2x/'
+    github_code_repo = 'https://github.com/chipsalliance/f4pga-v2x/'
     github_code_branch = 'blob/master/'
 
     docs_root_dir = os.path.realpath(os.path.dirname(__file__))
diff --git a/docs/examples.rst.template b/docs/examples.rst.template
index 68a49e4..2e650b4 100644
--- a/docs/examples.rst.template
+++ b/docs/examples.rst.template
@@ -1,7 +1,7 @@
 Examples
 ========
 
-Here we have examples on how v2x converts a Verilog module to its corresponding model.xml and pb_type.xml files. These examples are taken from the `v2x test cases <https://github.com/SymbiFlow/python-symbiflow-v2x/tree/master/tests>`_.
+Here we have examples on how v2x converts a Verilog module to its corresponding model.xml and pb_type.xml files. These examples are taken from the `v2x test cases <https://github.com/chipsalliance/f4pga-v2x/tree/master/tests>`_.
 
 .. toctree::
 
diff --git a/docs/requirements.txt b/docs/requirements.txt
index 43dc47f..07f2da9 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -20,4 +20,4 @@
 -e ../
 
 # XML utils
-git+https://github.com/SymbiFlow/vtr-xml-utils.git#egg=vtr-xml-utils
+git+https://github.com/chipsalliance/vtr-xml-utils.git#egg=vtr-xml-utils
diff --git a/environment.yml b/environment.yml
index 87d562f..9060b7b 100644
--- a/environment.yml
+++ b/environment.yml
@@ -14,7 +14,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-name: symbiflow-v2x
+name: f4pga-v2x
 channels:
   - defaults
   - litex-hub
diff --git a/requirements.txt b/requirements.txt
index 588f807..5e8368c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 # Dependencies from setup.py's install_requires + setup_requires
--e git+https://github.com/SymbiFlow/vtr-xml-utils.git#egg=vtr-xml-utils
+-e git+https://github.com/chipsalliance/vtr-xml-utils.git#egg=vtr-xml-utils
 -e .
 
 # Required for development
diff --git a/setup.py b/setup.py
index a01488d..b8bda31 100644
--- a/setup.py
+++ b/setup.py
@@ -26,13 +26,13 @@
     name="v2x",
     version="0.0.1",
     entry_points={"console_scripts": ["v2x=v2x.__main__:v2x"]},
-    author="SymbiFlow Authors",
-    author_email="symbiflow@lists.librecores.org",
+    author="F4PGA Authors",
+    author_email="f4pga-wg@lists.chipsalliance.org",
     description="Python library for generating VPR architecture \
                 description files from Verilog models.",
     long_description=long_description,
     long_description_content_type="text/x-rst",
-    url="https://github.com/SymbiFlow/python-symbiflow-v2x",
+    url="https://github.com/chipsalliance/f4pga-v2x",
     packages=setuptools.find_packages(),
     install_requires=[
         'lxml',