Skip to content

Commit

Permalink
limit verilator
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Sep 19, 2024
1 parent ba1f9f4 commit c9a9162
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tests/projects/embed/verilator/hello/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
add_requires("verilator")
add_requires("verilator 5.016")

target("hello")
add_rules("verilator.binary")
set_toolchains("@verilator")
Expand Down
3 changes: 2 additions & 1 deletion tests/projects/embed/verilator/hello_vcd/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
add_requires("verilator")
add_requires("verilator 5.016")

target("hello")
add_rules("verilator.binary")
set_toolchains("@verilator")
Expand Down
3 changes: 2 additions & 1 deletion tests/projects/embed/verilator/static/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
add_requires("verilator")
add_requires("verilator 5.016")

target("hello")
add_rules("verilator.static")
set_toolchains("@verilator")
Expand Down

0 comments on commit c9a9162

Please sign in to comment.