Nick Gasson

Results 163 comments of Nick Gasson
trafficstars

That's fine but you might want to try rebasing at some point soon as I made changes to some of the related files (mainly `src/lower.c`).

> > Let me know whether it is OK, like this, or you would like to return the previous "__lineXYZ" labelling. I would try to avoid keeping some part of...

> WBU the failing Ubuntu test? Should I implement JIT-IIR support for cover VCODE ops? Don't worry about that for now, I'll fix it up later. If you restore the...

Sorry could you change one more thing please: the constant `VCODE_VERSION` in `vcode.c` needs to be increment because some of the instructions changed in a backwards-incompatible way.

The problem above where the object file names collide is easy enough to fix by adding e.g. the PID to the file names, but then there's another problem where elaboration...

Another alternative is to add an elaboration option `--temporary` or `--no-save` that doesn't save the shared library to disk (and perhaps also the elaborated design). That would work well for...

I've added the `--no-save` option for now as it's relatively straightforward to implement. You should be able to do: ``` nvc -e test-beh --no-save -gval=1 -r & nvc -e test-beh...

That was in commit c684f673, I didn't tag it properly.

The regression with ctrl-c should be fixed now, but I'm not able to test on Windows at the moment. The "cannot remove" warning is unfortunate but I'm not sure what...

@bpadalino also reported the same issue when he was trying to get UVVM to work (I guess that's where this is from too). I _think_ this error is reported correctly,...