Skip to content

Commit

Permalink
restructure json files
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnoreWarnings committed Jun 17, 2024
1 parent 69d2568 commit 103c0b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/fpga/miob/fpgas.json → etc/fpga/miob.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"id": "10ee:7021",
"slot": "0000:88:00.0",
"do_reset": true,
"ips": "ips.json",
"ips": "zcu106-smmu/zcu106-smmu.json",
"polling": true,
"devices": ["a0000000.dma", "a0010000.axis_switch"]
}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion fpga/src/platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
int main() {
logging.setLevel(spdlog::level::trace);

std::string configFilePath = "../../../etc/fpga/miob/fpgas.json";
std::string configFilePath = "../../../etc/fpga/miob.json";
auto configDir = std::filesystem::path(configFilePath).parent_path();
std::vector<std::string> modules{"vfio"};
auto vfioContainer = std::make_shared<kernel::vfio::Container>(modules);
Expand Down

0 comments on commit 103c0b1

Please sign in to comment.