3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 05:30: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
parent 5e44978ecc
commit 274ccd0778
No known key found for this signature in database

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>