Wilson Snyder
Wilson Snyder
Note the preexisting autooutputevery_wire.v test shows this exact case.
Interfaces are neither inputs nor outputs. There would need to be a new AUTOINTERFACE similar to AUTOINPUT/AUTOOUTPUT added. Perhaps you'd be willing to contribute a pull request to implement it?
>I pushed a version without the need for the _sc flavour. I was afraid this might add a lot of code that then needs to be compiled every header usage,...
>then as part of the build steps, symlink the public headers only under include (and copy them as part of the install step Note currently you don't presently need to...
I think I'm good with the plan, as I understand it: #. Changes go into devlop-v5 (with back-merging anything that's fully compatible and reasonable to backport) #. No files move...
>Why do we need this still? (I am not sure why that test exists), also why do we want the non-mt version here (apart from prevernting merge pain with master)?...
@gezalore I think this closed when develop-v5 was deleted, would you consider rebasing the changes against master? I'd suggest splitting it into 2 pulls. First, the C changes needed to...
@gezalore github doesn't allow reopening, please file new pulls, thanks.
You must be using an old version, as verilated_heavy is not relevant. Please try with the latest release or github master.
Try Verilating with "--CFLAGS -DVL_TIME_STAMP64" which should remove the reference. If you do that make sure your code is using the new contextp->time() methods - ideally try making your code...