Skip to content

Commit

Permalink
Merge pull request #5836 from chipsalliance/bump_synlig
Browse files Browse the repository at this point in the history
Bump Synlig
  • Loading branch information
tgorochowik authored Jul 30, 2024
2 parents 28cc940 + 39bd316 commit 84cf2d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion third_party/tools/synlig
Submodule synlig updated 554 files
7 changes: 4 additions & 3 deletions tools/runners.mk
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@ $(INSTALL_DIR)/bin/verilator-uhdm:
yosys-synlig: $(INSTALL_DIR)/bin/yosys-synlig

$(INSTALL_DIR)/bin/yosys-synlig:
mkdir -p $(INSTALL_DIR)
(export PATH=$(INSTALL_DIR)/bin/:${PATH} && \
mkdir -p $(INSTALL_DIR)/bin
(export PATH=$(INSTALL_DIR)/bin/:$(RDIR)/synlig/out/current/bin/:${PATH} && \
cd $(RDIR)/synlig && \
$(MAKE) -rR -Oline -f build_binaries.mk install-yosys install-plugin INSTALL_DIR=$(INSTALL_DIR))
$(MAKE) -rR -Oline install)
mv $(RDIR)/synlig/out/current/bin/* $(INSTALL_DIR)/bin/
mv $(INSTALL_DIR)/bin/yosys $(INSTALL_DIR)/bin/yosys-synlig

# sv-parser
Expand Down

0 comments on commit 84cf2d8

Please sign in to comment.