3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 19:51:23 +00:00

Do not always zero out C (e.g. during cascade breaks)

This commit is contained in:
Eddie Hung 2019-09-26 13:59:05 -07:00
parent 95f0dd57df
commit 5b9deef10d
2 changed files with 3 additions and 7 deletions

View file

@ -24,8 +24,6 @@
USING_YOSYS_NAMESPACE
PRIVATE_NAMESPACE_BEGIN
bool did_something;
#include "passes/pmgen/xilinx_dsp_pm.h"
#include "passes/pmgen/xilinx_dsp_CREG_pm.h"
#include "passes/pmgen/xilinx_dsp_cascade_pm.h"