3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 13:40:53 +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 3712900e6a
commit a7c80ffe5f

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>