yosys-symbiflow: 1.20230808 -> 1.20230906

This commit is contained in:
Henner Zeller 2023-10-14 22:05:32 -07:00 committed by Austin Seipp
parent 1cd27ac7b4
commit dbfeae15ca

@ -7,20 +7,16 @@
, yosys
, zlib
, yosys-symbiflow
, uhdm
, capnproto
, surelog
, antlr4
, pkg-config
}: let
version = "1.20230808";
version = "1.20230906";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "yosys-f4pga-plugins";
rev = "v${version}";
hash = "sha256-wksAHLgLjVZE4Vk2QVcJN1mnQ9mxWCZHk55oO99cVJ0=";
hash = "sha256-XIn5wFw8i2njDN0Arua5BdZ0u1q6a/aJAs48YICehsc=";
};
# Supported symbiflow plugins.
@ -37,7 +33,6 @@
# "ql-qlf"
"sdc"
"xdc"
"systemverilog"
];
static_gtest = gtest.overrideAttrs (old: {
@ -56,10 +51,6 @@ in lib.genAttrs plugins (plugin: stdenv.mkDerivation (rec {
yosys
readline
zlib
uhdm
surelog
capnproto
antlr4.runtime.cpp
];
# xdc has an incorrect path to a test which has yet to be patched