3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-22 23:25:51 +00:00

Merge branch 'main' into nr_cleanup

This commit is contained in:
AdvaySingh1 2026-02-02 09:43:42 -08:00
commit b6c1d2fd27
2 changed files with 46 additions and 5 deletions

View file

@ -23,12 +23,12 @@
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
USING_YOSYS_NAMESPACE
PRIVATE_NAMESPACE_BEGIN
#ifdef __linux__
#include <unistd.h>
struct LinuxPerf : public Pass {
LinuxPerf() : Pass("linux_perf", "turn linux perf recording off or on") {
internal();