os-fpga / Raptor

Raptor end-to-end FPGA Compiler and GUI
Other
58 stars 21 forks source link

backend: merged OpenFPGA #1871

Closed serge-dsa closed 1 month ago

serge-dsa commented 2 months ago

There are strange configuration and compile errors when it's built as part of Raptor. Standalone Backend compiles OK.

Example: OpenFPGA/vtr-verilog-to-routing/vpr/src/base/vpr_context.h:39:10: fatal error: gateio.h: No such file or directory 39 | #include "gateio.h"

File gateio.h is in new VPR directory vpr/src/server. Somehow, Backend-mode configuration adds vpr/src/server to the set of include paths, but Raptor-mode configuration does not.

@NadeemYaseen FYI.

serge-dsa commented 1 month ago

Cancelling, will do another PR with updated Backend.