amitrana Posted December 30, 2011 Report Share Posted December 30, 2011 Hi guys , I downloaded the verilog_systemverilog.vim.tar from UVM_WORD to highlighting the uvm keywords colour ,but it did'n work. Any Idea? Quote Link to comment Share on other sites More sharing options...
SeanChou Posted January 2, 2012 Report Share Posted January 2, 2012 you can try to add the following code in ~/.vimrc augroup filetypedetect au! BufRead,BufNewFile *.sv setfiletype verilog_systemverilog au! BufRead,BufNewFile *.svh setfiletype verilog_systemverilog augroup END Quote Link to comment Share on other sites More sharing options...
amitrana Posted January 2, 2012 Author Report Share Posted January 2, 2012 Hi SeanChou, I tried your suggestion,But it did'n work. But I found the solution in different way. Thanks for your valuable effort. Quote Link to comment Share on other sites More sharing options...
puneet3010 Posted January 23, 2012 Report Share Posted January 23, 2012 Hi SeanChou, I tried your suggestion,But it did'n work. But I found the solution in different way. Thanks for your valuable effort. Amit, it would be good if you could share your solution. might help other folks looking for the same problem. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.