Skip to content

Commit 794cdf9

Browse files
author
Oron Port
committed
Update NVC installation to version 1.17.0 and add missing sources for 'ips' project in DFHDLCommands.scala
1 parent 30d1e3f commit 794cdf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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
43+
run: brew install nvc@1.17.0
4444
- run: |
4545
verilator -version
4646
iverilog -V

project/DFHDLCommands.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ object DFHDLCommands {
120120
val vhdlDialects = List("vhdl.v93", "vhdl.v2008")
121121
val verilogDialects = List("verilog.v95", "verilog.v2001", "verilog.sv2005")
122122
// Skip tests that are known to fail because of the tool
123-
val skip = Set(("iverilog", "verilog.sv2005"), ("vivado", "vhdl.v2008"))
123+
val skip = Set(("verilator", "verilog.v95"), ("iverilog", "verilog.sv2005"), ("vivado", "vhdl.v2008"))
124124

125125
val testApps = Command.command("testApps") { state =>
126126
var newState = Command.process("clearSandbox", state, _ => ())

0 commit comments

Comments
 (0)