mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-01 04:58:54 +00:00
[core] debug
This commit is contained in:
parent
c98dddfe32
commit
75a2ff3ed8
3 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue