Generic namespace Instance.getName() bug
Brought to you by:
andrewgschmidt,
nsteiner
It looks like generic::Instance's getName() returns what getOriginalName() should.
Ex: In the following EDIF instance -
(instance (rename fir_if_gen_firs_4__fir_n_dpath_addr_5 "fir_if/gen_firs[4].fir_/dpath_addr_5")
(viewRef view_1 (cellRef FDRE (libraryRef UNISIMS)))
(property XSTLIB (boolean (true)) (owner "Xilinx"))
(property INIT (string "0") (owner "Xilinx"))
)
Both getName() and getOriginalName() return -
fir_if/gen_firs[4].fir_n/dpath_addr_5
when getName()should return -
fir_if_gen_firs_4__fir_n_dpath_addr_5