Hello All,
I would like to write assertions for a VHDL RTL, so my intention is
abc.vhdl (Top VHDL file , all port mapping of sub blocks are done here)
wrap.sv (instantiates the abc.vhdl file, this will be used by my verif environ)
int_rest (internal signal in abc.vhdl , this does not reach the IO of abc.vhdl)
Now my intention is to write system verilog assertions on the internal signal ‘int_rest’, so i would like to access this internal signal from the wrap.sv (where all my assertions will sit).
Please assist me in achieving this.
Maximus