rbrglez
rbrglez
# Description of the Issue: I am encountering a NameError when running the script failing.py. The issue appears to be related to the way I am importing the edalize module....
After updating to edalize version v0.6.0, it seems the reporting extra option is no longer available. This was previously installable using: ``` bash $ pip install edalize[reporting] ``` However, with...
# Description of the Issue: I am encountering a `NameError` when running the script `failing.py`. The issue appears to be related to the way I am importing the `edalize` module....
Example of VLNV that causes fusesoc to get stuck in infinite loop: `open-logic:open-logic:base:3.2.0-dev How to reproduce fusesoc getting stuck: - Download this testing repository: https://github.com/rbrglez/testing-fusesoc-versioning - run following bash scripts,...
Replace `used_in_implementation` and `used_in_synthesis` with `used_in` Vivado does not support `used_in_implementation` for all file types (e.g., Verilog and VHDL). Replaced both `used_in_implementation` and `used_in_synthesis` with the `used_in` property, which explicitly...
# Description: When using the simulation tag on testbench files in Vivado via FuseSoc + Edalize, Vivado fails to open the design. This is because the tool attempts to set...