Setup new structure for code
authorStaf Verhaegen <staf@stafverhaegen.be>
Wed, 4 Dec 2019 15:29:31 +0000 (16:29 +0100)
committerStaf Verhaegen <staf@stafverhaegen.be>
Fri, 6 Dec 2019 18:24:56 +0000 (19:24 +0100)
New structure will be compatible with easy pip/conda installing.

c4m/__init__.py [new file with mode: 0644]
c4m/cocotb/__init__.py [new file with mode: 0644]
c4m/cocotb/jtag/__init__.py [new file with mode: 0644]
c4m/nmigen/__init__.py [new file with mode: 0644]
c4m/nmigen/jtag/__init__.py [new file with mode: 0644]

diff --git a/c4m/__init__.py b/c4m/__init__.py
new file mode 100644 (file)
index 0000000..69e3be5
--- /dev/null
@@ -0,0 +1 @@
+__path__ = __import__('pkgutil').extend_path(__path__, __name__)
diff --git a/c4m/cocotb/__init__.py b/c4m/cocotb/__init__.py
new file mode 100644 (file)
index 0000000..69e3be5
--- /dev/null
@@ -0,0 +1 @@
+__path__ = __import__('pkgutil').extend_path(__path__, __name__)
diff --git a/c4m/cocotb/jtag/__init__.py b/c4m/cocotb/jtag/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/c4m/nmigen/__init__.py b/c4m/nmigen/__init__.py
new file mode 100644 (file)
index 0000000..69e3be5
--- /dev/null
@@ -0,0 +1 @@
+__path__ = __import__('pkgutil').extend_path(__path__, __name__)
diff --git a/c4m/nmigen/jtag/__init__.py b/c4m/nmigen/jtag/__init__.py
new file mode 100644 (file)
index 0000000..e69de29