Skip to content

Commit

Permalink
Merge pull request #5869 from povik/yosys-slang-updates
Browse files Browse the repository at this point in the history
yosys-slang updates
  • Loading branch information
tgorochowik authored Aug 7, 2024
2 parents 0e5adee + a599302 commit 05aedf3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sv-tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
deps: haskell-stack
- name: yosys-slang
deps: bison clang tcl-dev flex libfl-dev pkg-config libreadline-dev cmake pkg-config
submodules: slang
submodules: third_party/slang
env:
RUNNERS_FILTER: ${{ matrix.tool.runners_filter }}
CCACHE_DIR: "/root/sv-tests/sv-tests/.cache/"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ Finally the file containing the test case and metadata should be placed in `test
* [sv-parser](https://github.com/dalance/sv-parser)
* [moore](http://llhd.io)
* [verible](https://github.com/google/verible)
* [yosys-slang](https://github.com/povik/yosys-slang)
2 changes: 1 addition & 1 deletion third_party/tools/yosys
Submodule yosys updated 441 files
3 changes: 1 addition & 2 deletions tools/runners.mk
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ $(INSTALL_DIR)/bin/verilog_syntax: verible
yosys-slang: $(INSTALL_DIR)/bin/yosys-slang

$(INSTALL_DIR)/bin/slang-yosys $(INSTALL_DIR)/bin/slang-yosys-config:
# TODO: set to CXXSTD=c++20 to match slang once yosys upstream issues are resolved
$(MAKE) -C $(RDIR)/yosys CONFIG=gcc CXXSTD=c++11 ENABLE_ABC=0 \
$(MAKE) -C $(RDIR)/yosys CONFIG=gcc CXXSTD=c++20 ENABLE_ABC=0 \
PROGRAM_PREFIX=slang- PREFIX=$(INSTALL_DIR) install

$(INSTALL_DIR)/bin/yosys-slang: $(INSTALL_DIR)/bin/slang-yosys-config
Expand Down

0 comments on commit 05aedf3

Please sign in to comment.