verilog-to-routing / vtr-verilog-to-routing

Verilog to Routing -- Open Source CAD Flow for FPGA Research
https://verilogtorouting.org
Other
981 stars 378 forks source link

Coordination with hdl/containers #1803

Open umarcor opened 2 years ago

umarcor commented 2 years ago

I'm about to add Verilog-to-Routing to the container collection in hdl/containers (gcr.io/hdl-containers, ghcr.io/hdl, docker.io/hdlc). As commented in hdl/containers#38, there are some issues which I'm unsure about:

  • [x] Should the image name be vtr or vpr?
  • [ ] It seems that PREFIX is not honored in the build scripts.
  • [ ] Are there any runtime dependencies apart from libgtk-3-bin?

I'd be glad if maintainers/developers could help me solve those.

vaughnbetz commented 2 years ago

Commented in https://github.com/hdl/containers/pull/38

umarcor commented 2 years ago