We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0b395 commit 0e91c59Copy full SHA for 0e91c59
.github/workflows/scala.yml
@@ -23,3 +23,5 @@ jobs:
23
distribution: 'temurin'
24
- name: Run tests
25
run: sbt test
26
+ - name: Generate verilog
27
+ run: sbt run
0 commit comments