Skip to content

Commit a0d62c0

Browse files
author
Oron Port
committed
go with default nvc and disable nvc in testApps until nickg/nvc#1306 is resolved
1 parent bde3a3d commit a0d62c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Homebrew (for NVC)
4141
uses: Homebrew/actions/setup-homebrew@master
4242
- name: Setup NVC
43-
run: brew install nvc@1.17
43+
run: brew install nvc
4444
- run: |
4545
verilator -version
4646
iverilog -V

project/DFHDLCommands.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ object DFHDLCommands {
115115
state
116116
}
117117

118-
val vhdlTools = List("ghdl", "nvc", "questa", "vivado")
118+
// TODO: restore nvc when https://github.com/nickg/nvc/issues/1306 is fixed
119+
val vhdlTools = List("ghdl", "questa", "vivado")
119120
val verilogTools = List("verilator", "iverilog", "questa", "vivado")
120121
val vhdlDialects = List("vhdl.v93", "vhdl.v2008")
121122
val verilogDialects = List("verilog.v95", "verilog.v2001", "verilog.sv2005")

0 commit comments

Comments
 (0)