mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-10 09:15:49 +00:00
quicklogic: Tune include path to fix OOT builds
This commit is contained in:
parent
535dab1e19
commit
de61ff848c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue