3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-09 10:35:39 +00:00
yosys/backends/protobuf
the6p4c c25122e339 Fix protobuf backend build dependencies
backends/protobuf/protobuf.cc depends on the source and header files
generated by protoc, but this dependency wasn't explicitly declared. Add
a rule to the Makefile to fix intermittent build failures when the
protobuf header/source file isn't built before protobuf.cc.
2021-09-17 13:36:39 +10:00
..
.gitignore
Makefile.inc
protobuf.cc