diff --git a/default/rules/ghdl.py b/default/rules/ghdl.py index 3396d36..1335256 100644 --- a/default/rules/ghdl.py +++ b/default/rules/ghdl.py @@ -11,5 +11,5 @@ Target( name = 'ghdl', sources = [ 'ghdl' ], - arch = [ 'linux-x64', 'darwin-x64' ], + arch = [ 'linux-x64', 'darwin-x64', 'darwin-arm64' ], ) diff --git a/default/rules/yosys.py b/default/rules/yosys.py index a55c542..66aed4d 100644 --- a/default/rules/yosys.py +++ b/default/rules/yosys.py @@ -51,7 +51,7 @@ name = 'ghdl-yosys-plugin', sources = [ 'ghdl-yosys-plugin' ], dependencies = [ 'ghdl', 'yosys' ], - arch = [ 'linux-x64', 'darwin-x64' ], + arch = [ 'linux-x64', 'darwin-x64', 'darwin-arm64' ], ) SourceLocation(