edalize icon indicating copy to clipboard operation
edalize copied to clipboard

An abstraction library for interfacing EDA tools

Results 130 edalize issues
Sort by recently updated
recently updated
newest added

Hi, I am using Quartus Prime Lite 18.1 with FuseSoC on Windows 10. I have installed gnu make for windows. When running "fusesoc --cores-root=. run --target=...", a makefile is generated....

The [CXXRTL](https://tomverbeure.github.io/2020/08/08/CXXRTL-the-New-Yosys-Simulation-Backend.html) backend for Yosys allows the generation of C++ code that can simulate a digital design, similar to the Verilator. The `write_cxxrtl` command is not usually used in combination...

Hi, I am using Quartus Prime Lite 18.1 with FuseSoC on Windows 10. I have set up a little test project, including a softcore with nios. When running the "fusesoc...

This is really just tracking for myself since I implemented the change back in https://github.com/olofk/edalize/pull/290, but it looks like what I implemented is broken. I've just started using the flow...

I see in the EDAM documentation: ![image](https://user-images.githubusercontent.com/5955143/192106960-ca3be0c2-cf67-405b-9e1b-fa5bde2f05b7.png) Is it possible to use it in all the tools? For example for GHDL? I'm having errors with this EDAM file: ``` {...

I have fallen into this trap and wonder if this might be a helpful change: If a Verilog string parameter is passed in the fusesoc core file with quotation marks,...

logging.warn is an alias to logging.warning since Python 3.3 and will be removed in Python 3.13.

This commit updates tools/vivado.py to allow the user to skip the link_design step normally used after reading in a toplevel netlist. The use case here is when an EDIF netlist,...

There seems to be an issue with the loaders in edatools.py that has been driving me crazy for days. I've tried multiple versions of edalize, fusesoc, and jinja but nothing...

I'm using the vivado backend initialized with the following code block ```python backend = get_edatool(tool)(edam=edam, work_root=proj_path, verbose=False) ``` The `verbose=False` seems to have no effect because of [these](https://github.com/olofk/edalize/blob/6114cbf6e6feb96d3cc699e9e452665cc0df7934/edalize/edatool.py#L466) [lines](https://github.com/olofk/edalize/blob/6114cbf6e6feb96d3cc699e9e452665cc0df7934/edalize/edatool.py#L470). There...