update verilator 5.015 (#2704)

* update verilator

* Update xmake.lua

* Update xmake.lua

* Update xmake.lua
pull/2724/head
ruki 1 year ago committed by GitHub
parent 8ba043707b
commit 6b147e6ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      packages/v/verilator/xmake.lua

@ -3,12 +3,10 @@ package("verilator")
set_homepage("https://verilator.org")
set_description("Verilator open-source SystemVerilog simulator and lint system")
-- add_urls("https://github.com/verilator/verilator/archive/refs/tags/$(version).tar.gz")
add_urls("https://github.com/verilator/verilator/archive/refs/tags/$(version).tar.gz")
add_urls("https://github.com/verilator/verilator.git")
add_versions("2023.1.10", "5fce23e90d2a721bb712dc9aacde594558489dda")
-- wait for next release with cmake
-- add_versions("v5.004", "7d193a09eebefdbec8defaabfc125663f10cf6ab0963ccbefdfe704a8a4784d2")
add_versions("v5.016", "66fc36f65033e5ec904481dd3d0df56500e90c0bfca23b2ae21b4a8d39e05ef1")
on_load(function (package)
if not package:is_precompiled() then

Loading…
Cancel
Save