diff --git a/MANIFEST.in b/MANIFEST.in index 1a67ad16..3a971b81 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,3 +8,4 @@ include *.yapf recursive-include examples *.fasm recursive-include docs *.rst +recursive-include docs *.png diff --git a/README.md b/README.md index 3951f20d..fba26009 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ text file format for configuring the internals of an FPGA. It is designed to allow FPGA place and route to not care about the *actual* bitstream format used on an FPGA. +![FASM Ecosystem Diagram](docs/fasm-diagram.png) + ### Properties * Removing a line from a FASM file leaves you with a valid FASM file. diff --git a/docs/fasm-diagram.png b/docs/fasm-diagram.png new file mode 100644 index 00000000..8db1445c Binary files /dev/null and b/docs/fasm-diagram.png differ