Karol Gugala

Results 15 issues of Karol Gugala

This PR adds support for QuickLogic's EOS-S3 and PolarPro3E device. This PR is probably too big to reviewed and merged, so we can discuss here how to split it into...

lang-verilog
lang-xml
type-sim
type-docs
arch-ice40
type-utils
type-vpr

This PR adds simple (no DDR) Litex/Vex SoC test. The system is capable to boot Zephyr.

lang-verilog
type-docs
lang-python

Currently we generate package files (like e.g. `pinmap.csv`) only for the devices referenced in our test suite. We should emit those files for all the packages we have in the...

While building https://github.com/SymbiFlow/symbiflow-arch-defs/pull/1316 fasm_assembler fails with: ``` prjxray.fasm_assembler.FasmLookupError: Segment DB HCLK_CMT_L, key HCLK_CMT_L.HCLK_CMT_MUX_OUT_FREQ_REF0.HCLK_CMT_CCIO0 not found from line 'HCLK_CMT_L_X106Y78.HCLK_CMT_MUX_OUT_FREQ_REF0.HCLK_CMT_CCIO0' Segment DB HCLK_CMT_L, key HCLK_CMT_L.HCLK_CMT_FREQ_REF_NS0.HCLK_CMT_MUX_OUT_FREQ_REF0 not found from line 'HCLK_CMT_L_X106Y78.HCLK_CMT_FREQ_REF_NS0.HCLK_CMT_MUX_OUT_FREQ_REF0' ```

When I tried to build the eptri demo I got bunch of missing type errors - `error: unknown type name 'uint8_t'` adding `#include ` to `eptri_example.c` solves the above, but...

bug

as suggested by @mithro in https://github.com/SymbiFlow/fpga-tool-perf/pull/50#issuecomment-592180396 we should generate the following reports: ```================================ Settings ================================ +-----------+--------------+ | Setting | Value | +-----------+--------------+ | Family | xc7 | | Device |...

enhancement
reporting

Since even the best project will have a limited impact if its README is poor, it is crucial that the documentation is comprehensive, thus making it easier for developers to...

season-of-docs

SymbiFlow is not just a simple open source replacement for closed source tools. Thanks to the modularity of the workflow and the possibility of modifying any part of the flow,...

season-of-docs

A contributing guide is a short document containing a description of the development process and rules of contribution to the project. It explains how to submit valuable and easy-to-understand modifications...

season-of-docs

Designs with latches fail in VPR with the following error: ``` Message: Failed to find matching architecture model for 'LDCE' ``` We should emit LDCE_ZINI into blif for the above...