Skip to content

Commit

Permalink
Add power_data resource to device.xml (#1717)
Browse files Browse the repository at this point in the history
* Add power_data resource to device.xml

* Incremented patch version

* Fix the code format

---------

Co-authored-by: ravikiranchollangi <[email protected]>
  • Loading branch information
ravikiranchollangi and ravikiranchollangi authored Nov 8, 2024
1 parent 73e268c commit c10906b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ set(VERSION_MINOR 0)
# Add the spdlog directory to the include path
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/third_party/spdlog/include ${CMAKE_CURRENT_SOURCE_DIR}/third_party/exprtk ${CMAKE_CURRENT_SOURCE_DIR}/third_party/scope_guard)

set(VERSION_PATCH 437)
set(VERSION_PATCH 438)


option(
Expand Down
2 changes: 2 additions & 0 deletions src/Compiler/CompilerOpenFPGA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4049,6 +4049,8 @@ bool CompilerOpenFPGA::LoadDeviceData(
BaseDeviceName(name);
// field is used for identify base for custom device
// no action so far
} else if (file_type == "power_data") {
// field will be used for power data config, skip for now.
} else {
ErrorMessage("Invalid device config type: " + file_type + "\n");
status = false;
Expand Down

0 comments on commit c10906b

Please sign in to comment.