vunit icon indicating copy to clipboard operation
vunit copied to clipboard

Remove forced `--jit` from NVC

Open albydnc opened this issue 1 year ago • 1 comments

As showed in https://github.com/nickg/nvc/issues/887 , the jit can throw illegal instructions. It would be better if the --jit could be toggled off, instead of being forced on.

albydnc avatar May 08 '24 16:05 albydnc

This was a compatibility issue with LLVM 18 and is fixed in the latest 1.12.2 release.

nickg avatar May 15 '24 21:05 nickg