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

OptDff fix unit tests.

This commit is contained in:
nella 2026-01-26 22:35:25 +01:00
parent 9367090763
commit a3c9716f18

View file

@ -1,5 +1,5 @@
#include <gtest/gtest.h>
#include "passes/opt/opt_dff_comp.h"
#include "kernel/pattern.h"
YOSYS_NAMESPACE_BEGIN