diff options
| author | ruki <[email protected]> | 2024-09-30 22:04:27 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-30 22:04:27 +0800 |
| commit | a1c7cf23142f6476224c250cbc3a83bc1a9a0f8f (patch) | |
| tree | bec777c6d37d0bb8ee285c1871f821c54ac1819a | |
| parent | 9260be0f35d1e118447c5dfdbf8ac8cb9b187ebb (diff) | |
Update xmake.lua
| -rw-r--r-- | xmake/rules/iverilog/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/iverilog/xmake.lua b/xmake/rules/iverilog/xmake.lua index 7b9705538..3b55e297a 100644 --- a/xmake/rules/iverilog/xmake.lua +++ b/xmake/rules/iverilog/xmake.lua @@ -32,7 +32,6 @@ rule("iverilog.binary") end) on_linkcmd(function (target, batchcmds, opt) - import("core.project.project") local toolchain = assert(target:toolchain("iverilog"), 'we need set_toolchains("iverilog") in target("%s")', target:name()) local iverilog = assert(toolchain:config("iverilog"), "iverilog not found!") |
