f4pga-arch-defs icon indicating copy to clipboard operation
f4pga-arch-defs copied to clipboard

FOSS architecture definitions of FPGA hardware useful for doing PnR device generation.

Results 159 f4pga-arch-defs issues
Sort by recently updated
recently updated
newest added

This PR adds support for multipliers and RAMs (as individual cells) from ASSPL and ASSPR in PP3e.

lang-verilog
lang-xml
type-sim
type-docs
lang-python
type-utils
type-vpr

Please review these tests and convey to me if there are any issues.

lang-verilog

This PR is based on top of #2137 and #2139 it requires a rebase once they are merged. This PR adds the new qlf k6n10 device

lang-verilog
lang-xml
lang-makefile
lang-python
type-infra
type-utils

Update CMake installation required.

type-docs

This PR adds the **build_primitive_proto** script that can be used for generating prototypes of the pb_type / model / cell_[sim|map] module from segbits and site definitions

lang-python
type-utils

~Attempt to solve https://github.com/SymbiFlow/symbiflow-arch-defs/issues/1991. Expecting CI to fail for now due to `BUFHCE` handling in fasm2bels.~ This PR fixes the incorrect `PLLE2_BASE` techmap (https://github.com/SymbiFlow/symbiflow-arch-defs/issues/1991) plus updates the `prjxray-db` so that...

lang-verilog
type-docs
type-utils

This PR adds: * support for nexys_video in litex tests * litesata example for nexys video board Depends on: * https://github.com/SymbiFlow/symbiflow-arch-defs/pull/2003 * https://github.com/litex-hub/litex-boards/pull/171

lang-python
type-utils
third-party

Signed-off-by: Alessandro Comodi This PR adds the possibility to instruct yosys on which kind of frontend to use to parse input files. https://github.com/SymbiFlow/symbiflow-examples/issues/113 shows that there are some riscv CPU...