modified:   ../../hw/top_earlgrey/data/placement.xdc

Relate to PR #428
Fixes needed in xdc and splice script which need to go alongwith #428

Updated placement.xdc to include change in instance names coming from #428 (instance name suggested rom's now)
diff --git a/hw/top_earlgrey/data/placement.xdc b/hw/top_earlgrey/data/placement.xdc
index 648afd8..a9e7eb8 100644
--- a/hw/top_earlgrey/data/placement.xdc
+++ b/hw/top_earlgrey/data/placement.xdc
@@ -1,2 +1,2 @@
-set_property LOC RAMB36_X4Y18 [get_cells -hierarchical -filter { NAME =~  "*ram1p_rom*mem_reg_0" && PRIMITIVE_TYPE =~ BMEM.*.* }]
-set_property LOC RAMB36_X4Y19 [get_cells -hierarchical -filter { NAME =~  "*ram1p_rom*mem_reg_1" && PRIMITIVE_TYPE =~ BMEM.*.* }]
+set_property LOC RAMB36_X4Y18 [get_cells -hierarchical -filter { NAME =~  "*rom_rom*mem_reg_0" && PRIMITIVE_TYPE =~ BMEM.*.* }]
+set_property LOC RAMB36_X4Y19 [get_cells -hierarchical -filter { NAME =~  "*rom_rom*mem_reg_1" && PRIMITIVE_TYPE =~ BMEM.*.* }]