-
Notifications
You must be signed in to change notification settings - Fork 1
Invalid bitstream when using OSS CAD Suite Yosys with GHDL synthesis #14
Copy link
Copy link
Open
Description
Title
Invalid bitstream when using OSS CAD Suite Yosys with GHDL synthesis
Description
When using the OSS CAD Suite Yosys (with GHDL plugin) for the synthesis flow, the following issue occurs:
- Synthesis from VHDL to Verilog via GHDL works.
- Subsequent synthesis via Yosys runs without errors.
- A bitstream is generated, but this bitstream cannot be flashed onto the FPGA.
In contrast, when using the Cologne Chip provided Yosys binaries, the same flow works correctly and the bitstream can be flashed.
Expected Behavior
The generated bitstream should be valid and flashable onto the FPGA device when using OSS CAD Suite Yosys with GHDL synthesis.
Current Behavior
- Flow executes without errors.
- Bitstream is generated.
- Flashing fails due to an invalid bitstream.
Additional Information
- Wrapping around the tools itself works as expected.
- The problem seems specific to the OSS CAD Suite version of Yosys.
- A follow-up issue will address possible root causes.
Steps to Reproduce
- Use OSS CAD Suite Yosys with the OneWare-GHDL plugin.
- Run synthesis from VHDL to Verilog using GHDL.
- Run synthesis via Yosys.
- Generate the bitstream.
- Attempt to flash the bitstream onto the FPGA → flashing fails.
Environment
- Yosys binaries: OSS CAD Suite (failing)
- Yosys binaries: Cologne Chip release (working)
- Flow:
ghdl → yosys → bitstream generation → flash
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels