summaryrefslogtreecommitdiff
path: root/tests/projects/embed/iverilog/hello_vcd/xmake.lua
blob: a59478b51d9de6cd72c529d7ef9a6ba06e662507 (plain)
1
2
3
4
5
add_requires("iverilog")
target("hello")
    add_rules("iverilog.binary")
    set_toolchains("@iverilog")
    add_files("src/*.v")