Add rust to build instructions
This commit is contained in:
@@ -91,6 +91,8 @@ function! Build()
|
|||||||
execute 'make'
|
execute 'make'
|
||||||
elseif l:filetype == 'verilog'
|
elseif l:filetype == 'verilog'
|
||||||
execute 'verilator --binary %'
|
execute 'verilator --binary %'
|
||||||
|
elseif l:filetype == 'rust'
|
||||||
|
execute 'cargo run'
|
||||||
else
|
else
|
||||||
echo "Unsupported file type: " . l:filetype
|
echo "Unsupported file type: " . l:filetype
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user