news icon indicating copy to clipboard operation
news copied to clipboard

Mixed HDL on Fomu, with GHDL and Yosys

Open umarcor opened this issue 4 years ago • 0 comments

ref: https://im-tomu.github.io/fomu-workshop/mixed-hdl
tags: [vhdl, verilog, GHDL, yosys, synthesis, fomu, workshop, examples]
repo: im-tomu/fomu-workshop

Section Mixed HDL on Fomu of the FPGA Tomu Workshop contains Makefile based examples for synthesising mixed language (VHDL and Verilog) designs using open source tooling. Find sources at im-tomu/fomu-workshop: mixed-hdl/blink.

NOTE: The workshop uses im-tomu/fomu-toolchain, which is based on open-tool-forge/fpga-toolchain. Hence, makefiles expect ghdl-yosys-plugin to be built into Yosys. Other packaging solutions can be used too, but using ghdl-yosys-plugin as a module requires adding -m ghdl to the yosys call in the Makefile.

umarcor avatar Dec 02 '20 05:12 umarcor