A
alessandro basili
Guest
Hi everyone, I am trying to use "global signal" in my project so that I
won't have to connect each hiearchical box with the others (they are
some tens). My idea was to have a package in which i may declare some
signals and then use them all around, assigning them just once but
reading the value from different places.
Is that correct? unfortunately compiling with synplify gives the
following warnings:
@W: CL158
:"E:\projects\AMS_02\sdr2\fe\fe_ver2.0\hdl\sc_registers.vhd":32:9:32:21|Inout
_work_sc_registers_register1 is unused
@W: CL158
:"E:\projects\AMS_02\sdr2\fe\fe_ver2.0\hdl\sc_registers.vhd":34:9:34:25|Inout
_work_sc_registers_register2 is unused
but I did use them!
Can anyone have an answer?
Thanks a lot
Al
won't have to connect each hiearchical box with the others (they are
some tens). My idea was to have a package in which i may declare some
signals and then use them all around, assigning them just once but
reading the value from different places.
Is that correct? unfortunately compiling with synplify gives the
following warnings:
@W: CL158
:"E:\projects\AMS_02\sdr2\fe\fe_ver2.0\hdl\sc_registers.vhd":32:9:32:21|Inout
_work_sc_registers_register1 is unused
@W: CL158
:"E:\projects\AMS_02\sdr2\fe\fe_ver2.0\hdl\sc_registers.vhd":34:9:34:25|Inout
_work_sc_registers_register2 is unused
but I did use them!
Can anyone have an answer?
Thanks a lot
Al