3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-12 14:11:00 +00:00

preproc.cc: Use full path for generated file

Fixes out-of-tree builds.
This commit is contained in:
Krystine Sherwin 2025-06-25 11:25:39 +12:00 committed by Emil J. Tywoniak
parent 69f2f3ca81
commit d2573f168d

View file

@ -34,7 +34,7 @@
#include "preproc.h"
#include "verilog_frontend.h"
#include "verilog_parser.tab.hh"
#include "frontends/verilog/verilog_parser.tab.hh"
#include "kernel/log.h"
#include <assert.h>
#include <stack>