wrote:
> On Jul 22, 10:17 am, "G Iveco" <G.Iv...@google.com> wrote:
>> Does VHDL support `include statement?
>>
>> I was used to write tables and functions in a separate file and use `include
>> in
>> verilog design, in order to "put everything in single file" while avoiding
>> large
>> filesizes, one example is 1000+-line look-up tables.
>
>
> VHDL doesn't support 'include .However google "vunit" .This might
> help.
>
> Probing of internal signals is also not supported by the language but
> individual simulators provide this function.
> For ModelSim, google "SingalSpy".
> For NcSim, google "nc_mirror"
As an alternative, you could consider placing the signal in a package, and use
that package both in your design and in your test bench/case.
Kind regards,
Pieter Hulshoff