Skip to content

Commit

Permalink
expose pcs_data
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Oct 4, 2023
1 parent cbc3651 commit e678da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libtrellis/src/PyTrellis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ PYBIND11_MODULE (pytrellis, m)
.def_readwrite("tiles", &ChipConfig::tiles)
.def_readwrite("tilegroups", &ChipConfig::tilegroups)
.def_readwrite("bram_data", &ChipConfig::bram_data)
.def_readwrite("pcs_data", &ChipConfig::pcs_data)
.def("to_string", &ChipConfig::to_string)
.def_static("from_string", &ChipConfig::from_string)
.def("to_chip", &ChipConfig::to_chip)
Expand Down

0 comments on commit e678da4

Please sign in to comment.