|
|
@ -1,6 +1,6 @@ |
|
|
|
self: super: |
|
|
|
rec { |
|
|
|
yosys = super.yosys.overrideAttrs(oa: rec { |
|
|
|
yosys = super.yosys.overrideAttrs(oa: rec { |
|
|
|
name = "yosys-${version}"; |
|
|
|
version = "0.9"; |
|
|
|
srcs = [ |
|
|
@ -12,6 +12,9 @@ rec { |
|
|
|
name = "yosys"; |
|
|
|
}) |
|
|
|
|
|
|
|
# NOTE: the version of abc used here is synchronized with |
|
|
|
# the one in the yosys Makefile of the version above; |
|
|
|
# keep them the same for quality purposes. |
|
|
|
(super.fetchFromGitHub { |
|
|
|
owner = "berkeley-abc"; |
|
|
|
repo = "abc"; |
|
|
|