You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Firstly, thank you for your brilliant work, xmake is very elegant
I need build Verilator target into a static library, but xmake only have rule verilator.binary.
Describe the solution you'd like
This feature can be implemented with CMake easily.
Is your feature request related to a problem? Please describe.
Firstly, thank you for your brilliant work, xmake is very elegant
I need build Verilator target into a static library, but xmake only have rule
verilator.binary
.Describe the solution you'd like
This feature can be implemented with CMake easily.
maybe we can have another rule like
verilator.lib
?Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: