mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-18 06:39:03 +00:00
quicklogic: Tune include path to fix OOT builds
This commit is contained in:
parent
535dab1e19
commit
de61ff848c
|
@ -72,7 +72,7 @@ bool promote(Module *m, Cell *cell) {
|
|||
|
||||
bool did_something;
|
||||
|
||||
#include "ql_dsp_pm.h"
|
||||
#include "techlibs/quicklogic/ql_dsp_pm.h"
|
||||
|
||||
struct QlDspPass : Pass {
|
||||
QlDspPass() : Pass("ql_dsp", "pack into QuickLogic DSPs") {}
|
||||
|
|
Loading…
Reference in a new issue