3
0
Fork 0
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:
Martin Povišer 2025-03-11 21:07:03 +01:00
parent 535dab1e19
commit de61ff848c

View file

@ -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") {}