Skip to content

Commit

Permalink
add xc2c database
Browse files Browse the repository at this point in the history
  • Loading branch information
wanda-phi committed Jan 27, 2024
1 parent b882015 commit 1ca7c5d
Show file tree
Hide file tree
Showing 27 changed files with 1,779 additions and 93 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ members = [
"prjcombine_sdf",
"prjcombine_xc9500",
"prjcombine_xpla3",
"prjcombine_xc2c",
]
resolver = "2"

Expand Down Expand Up @@ -113,6 +114,7 @@ prjcombine_ise_dump = { path = "prjcombine_ise_dump" }
prjcombine_sdf = { path = "prjcombine_sdf" }
prjcombine_xc9500 = { path = "prjcombine_xc9500" }
prjcombine_xpla3 = { path = "prjcombine_xpla3" }
prjcombine_xc2c = { path = "prjcombine_xc2c" }
unnamed_entity = { version = "0.1", features = ["bitvec", "map", "serde"] }
assert_matches = "1.5"
serde = { version = "1.0", features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions databases/xc2c.json

Large diffs are not rendered by default.

Binary file added databases/xc2c.zstd
Binary file not shown.
7 changes: 5 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ help:

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
html: Makefile generated-xc9500 generated-xpla3
html: Makefile generated-xc9500 generated-xpla3 generated-xc2c
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

generated-xc9500: gen_xc9500.py ../databases/xc9500.json ../databases/xc9500xl.json ../databases/xc9500xv.json
Expand All @@ -25,4 +25,7 @@ generated-xc9500: gen_xc9500.py ../databases/xc9500.json ../databases/xc9500xl.j
generated-xpla3: gen_xpla3.py ../databases/xpla3.json
python gen_xpla3.py

.PHONY: generated-xc9500 generated-xpla3
generated-xc2c: gen_xc2c.py ../databases/xc2c.json
python gen_xc2c.py

.PHONY: generated-xc9500 generated-xpla3 generated-xc2c
Loading

0 comments on commit 1ca7c5d

Please sign in to comment.