aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Shucksmith <chris@bitmex.com>2019-08-22 16:37:40 +0100
committerEddie Hung <eddie@fpgeh.com>2019-08-22 11:57:25 -0700
commit68e673d687e18ec8e18555cda0a0d83ca2afc84d (patch)
tree5f6062c18fb7ab203471df78dd6eb698eec4a30d
parent5e0f6c9ae58a91e7ef631ee67dd494e22fd784f0 (diff)
downloadyosys-68e673d687e18ec8e18555cda0a0d83ca2afc84d.tar.gz
yosys-68e673d687e18ec8e18555cda0a0d83ca2afc84d.tar.bz2
yosys-68e673d687e18ec8e18555cda0a0d83ca2afc84d.zip
require tcl-tk in Brewfile
-rw-r--r--Brewfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Brewfile b/Brewfile
index 0c58ce161..4ffe50e86 100644
--- a/Brewfile
+++ b/Brewfile
@@ -6,3 +6,4 @@ brew "git"
brew "graphviz"
brew "pkg-config"
brew "python3"
+brew "tcl-tk"