3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-01 04:58:54 +00:00

[core] debug

This commit is contained in:
tangxifan 2026-05-14 17:57:12 -07:00
parent c98dddfe32
commit 75a2ff3ed8
3 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@
USING_YOSYS_NAMESPACE
PRIVATE_NAMESPACE_BEGIN
#include "pmgen/rf_new_dsp.h"
#include "rf_new_dsp_pm.h"
void swapinput(RTLIL::SigSpec &sigA, RTLIL::SigSpec &sigB) {
if (GetSize(sigA) < GetSize(sigB)) {
@ -438,4 +438,4 @@ struct RfNewDSP : public Pass {
}
} RfNewDsp;
PRIVATE_NAMESPACE_END
PRIVATE_NAMESPACE_END