3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-02 15:26:19 +00:00

linux_perf.cc: Fix overlength codeblock

This commit is contained in:
Krystine Sherwin 2026-01-28 08:17:50 +13:00
parent 4031310ebb
commit 8ed7ac04d8
No known key found for this signature in database

View file

@ -49,8 +49,8 @@ struct LinuxPerf : public Pass {
"mkfifo /tmp/perf.fifo /tmp/perf-ack.fifo\n"
"YOSYS_PERF_CTL=/tmp/perf.fifo YOSYS_PERF_ACK=/tmp/perf-ack.fifo \\\n"
" perf record --latency --delay=-1 \\\n"
" --control=fifo:/tmp/perf.fifo,/tmp/perf-ack.fifo --call-graph=dwarf ./yosys -dt -p \\\n"
" \"read_rtlil design.rtlil; linux_perf on; opt_clean; linux_perf off\"\n"
" --control=fifo:/tmp/perf.fifo,/tmp/perf-ack.fifo --call-graph=dwarf ./yosys \\\n"
" -dt -p \"read_rtlil design.rtlil; linux_perf on; opt_clean; linux_perf off\"\n"
);
return true;