diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-30 10:30:54 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-30 10:30:54 -0700 |
commit | d2d2816f8cc8703812eb5eb9536c1f3fe1876347 (patch) | |
tree | 8068bcc46fd73ef1c94dc98b5b2f7d0967a3f169 /passes | |
parent | f0fef90e9d50632026ec68c573cfdb730100c26a (diff) | |
parent | 6e475484b262a93562560e5f4558483558777e76 (diff) | |
download | yosys-d2d2816f8cc8703812eb5eb9536c1f3fe1876347.tar.gz yosys-d2d2816f8cc8703812eb5eb9536c1f3fe1876347.tar.bz2 yosys-d2d2816f8cc8703812eb5eb9536c1f3fe1876347.zip |
Merge branch 'eddie/xilinx_srl' into xaig_arrival
Diffstat (limited to 'passes')
-rw-r--r-- | passes/pmgen/xilinx_srl.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/passes/pmgen/xilinx_srl.cc b/passes/pmgen/xilinx_srl.cc index 87fcaa15a..3d264e8d4 100644 --- a/passes/pmgen/xilinx_srl.cc +++ b/passes/pmgen/xilinx_srl.cc @@ -24,11 +24,7 @@ USING_YOSYS_NAMESPACE PRIVATE_NAMESPACE_BEGIN -// for peepopt_pm -bool did_something; - #include "passes/pmgen/xilinx_srl_pm.h" -#include "passes/pmgen/peepopt_pm.h" void run_fixed(xilinx_srl_pm &pm) { |