-28
pkgs/applications/science/electronics/hal-hardware-analyzer/4.4.1-newer-spdlog-fmt-compat.patch
-28
pkgs/applications/science/electronics/hal-hardware-analyzer/4.4.1-newer-spdlog-fmt-compat.patch
···-diff --git a/plugins/module_identification/src/api/module_identification.cpp b/plugins/module_identification/src/api/module_identification.cpp-const u32 num_threads = std::min(config.m_max_thread_count, std::thread::hardware_concurrency() - 1);-- log_info("module_identification", "running with {} threads and {} multithreading priority", num_threads, config.m_multithreading_priority);-+ log_info("module_identification", "running with {} threads and {} multithreading priority", num_threads, fmt::underlying(config.m_multithreading_priority));
···
+4
-21
pkgs/applications/science/electronics/hal-hardware-analyzer/default.nix
+4
-21
pkgs/applications/science/electronics/hal-hardware-analyzer/default.nix
·········description = "Comprehensive reverse engineering and manipulation framework for gate-level netlists";
·········description = "Comprehensive reverse engineering and manipulation framework for gate-level netlists";
-13
pkgs/applications/science/electronics/hal-hardware-analyzer/resynthesis-fix-narrowing-conversion.patch
-13
pkgs/applications/science/electronics/hal-hardware-analyzer/resynthesis-fix-narrowing-conversion.patch
···-Result<u32> resynthesize_subgraph_of_type(Netlist* nl, const std::vector<const GateType*>& gate_types, GateLibrary* target_gl)
···