Skip to content

feat(dev): dev dockerfile#135

Merged
hkimw merged 1 commit into
mainfrom
feat/dockerfile-dev
May 20, 2026
Merged

feat(dev): dev dockerfile#135
hkimw merged 1 commit into
mainfrom
feat/dockerfile-dev

Conversation

@hkimw

@hkimw hkimw commented May 7, 2026

Copy link
Copy Markdown
Member

Summary

  • Add Dockerfile.dev for a Python/Node SystemVerilog IDE development image.
  • Install free/open HDL and FPGA tooling, including Yosys, Icarus, Verilator, OSS CAD Suite, XRT utilities, Xilinx bootgen, OpenOCD, and openFPGALoader.

Validation

  • pytest -q
  • docker build -f Dockerfile.dev --build-arg INSTALL_OSS_CAD_SUITE=0 -t svide-dev:test .
  • docker build -f Dockerfile.dev -t svide-dev:oss .
  • docker run --rm svide-dev:oss bash -lc 'python --version && node --version && npm --version && yosys -V && nextpnr-himbaechel --version 2>&1 | head -1 && iverilog -V 2>&1 | head -1 && verilator --version && command -v bootgen && command -v xbutil && command -v openFPGALoader && pccx-ide check fixtures/ok_module.sv --format text >/tmp/pccx_ok'

@hkimw hkimw merged commit 098280b into main May 20, 2026
3 checks passed
@hkimw hkimw deleted the feat/dockerfile-dev branch May 20, 2026 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant