Skip to content

Commit

Permalink
collector: split from ise_hammer.
Browse files Browse the repository at this point in the history
  • Loading branch information
wanda-phi committed Nov 7, 2024
1 parent 501a212 commit faa98e4
Show file tree
Hide file tree
Showing 94 changed files with 2,209 additions and 2,291 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,16 @@ members = [
"prjcombine_v2xdl_verify",
"prjcombine_virtex_bitstream",
"prjcombine_hammer",
"prjcombine_collector",
"prjcombine_ise_hammer",
"prjcombine_vm6",
"prjcombine_xilinx_cpld",
"prjcombine_xilinx_recpld",
"prjcombine_sdf",
"prjcombine_xc9500",
"prjcombine_xpla3",
"prjcombine_xc2c", "prjcombine_xilinx_rdis",
"prjcombine_xc2c",
"prjcombine_xilinx_rdis",
]
resolver = "2"

Expand Down Expand Up @@ -108,6 +110,7 @@ prjcombine_xilinx_geom = { path = "prjcombine_xilinx_geom" }
prjcombine_lattice_rawdump = { path = "prjcombine_lattice_rawdump" }
prjcombine_virtex_bitstream = { path = "prjcombine_virtex_bitstream" }
prjcombine_hammer = { path = "prjcombine_hammer" }
prjcombine_collector = { path = "prjcombine_collector" }
prjcombine_vm6 = { path = "prjcombine_vm6" }
prjcombine_xilinx_cpld = { path = "prjcombine_xilinx_cpld" }
prjcombine_ise_dump = { path = "prjcombine_ise_dump" }
Expand Down Expand Up @@ -139,7 +142,7 @@ indicatif = "0.17"
arrayref = "0.3.6"
bimap = "0.6"
std-semaphore = "0.1"
which = "6"
which = "7"
derive-where = "1.2"
hex = "0.4.3"
des = "0.8.1"
Expand Down
13 changes: 13 additions & 0 deletions prjcombine_collector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[package]
name = "prjcombine_collector"
edition.workspace = true
version.workspace = true

[dependencies]
bitvec.workspace = true
itertools.workspace = true
prjcombine_types.workspace = true
prjcombine_hammer.workspace = true

[lints]
workspace = true
Loading

0 comments on commit faa98e4

Please sign in to comment.