On Tue, 18 Feb 2020 at 10:45, Svenn Are Bjerkem <sve...@gm...>
wrote:
> Hi,
> I have a pin
> DATA_FROM_MEM[C_MEM_DEFINITIONS(C_MEM_TX_DAC_VALUES).DATA_WIDTH-1:0]
> where all the C_ names are defined in a package. In this case it resolves
> to 32.
>
> This pin is properly propagated all the way up to the top-level, but there
> the generation of the
> signal DATA_FROM_MEM[C_MEM_DEFINITIONS(C_MEM_TX_DAC_VALUES).DATA_WIDTH-1:0]
> fails for flat netlist mode. In split netlist mode, the signal is generated
>
Disregard this.
I think this is a false issue generated by my own sed script described in
another email.
Sorry for confusion
|