summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-04 11:01:22 -0800
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-04 11:48:07 -0800
commitf15408206f7bc1151bf68ba0bf6d5610d14fa20d (patch)
treed8588ff745744b1f26aca7ad5cf0710c6619770e /README.md
downloadfpga-interchange-schema-f15408206f7bc1151bf68ba0bf6d5610d14fa20d.tar.gz
fpga-interchange-schema-f15408206f7bc1151bf68ba0bf6d5610d14fa20d.tar.bz2
fpga-interchange-schema-f15408206f7bc1151bf68ba0bf6d5610d14fa20d.zip
Add initial commit.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..063ba44
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# FPGA interchange schema definitions
+
+This repository contains the capnp schema for the FPGA interchange.
+
+## Repositories that implement tools around the FPGA interchange
+
+[RapidWright](https://github.com/Xilinx/RapidWright/):
+ - Provides support for 7-series, UltraScale and UltraScale+ parts
+ - Generate device database for parts
+ - Can convert DCPs to logical and physical FPGA interchange files.
+ - Can convert logical and physical FPGA interchange files to DCPs
+
+[python-fpga-interchange](https://github.com/SymbiFlow/python-fpga-interchange):
+ - Implements textual format conversions for FPGA interchange files.
+ - Provides (partial) generator for nextpnr to generate a nextpnr architecture
+ for a FPGA interchange device database.