Skip to content

Commit

Permalink
Bump Synlig
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gorochowik <[email protected]>
  • Loading branch information
tgorochowik committed Jul 30, 2024
1 parent 28cc940 commit 39bd316
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 39bd316

Please sign in to comment.