forked from eddieh-xlnx/RapidWrightDCP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathduplicateCellNames.edf
49 lines (48 loc) · 1.12 KB
/
duplicateCellNames.edf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
(edif test
(edifversion 2 0 0)
(edifLevel 0)
(keywordmap (keywordlevel 0))
(status
(written
(timeStamp 2022 07 04 17 02 25)
(program "RapidWright" (version "2022.1.1"))
)
)
(Library hdi_primitives
(edifLevel 0)
(technology (numberDefinition ))
)
(Library work
(edifLevel 0)
(technology (numberDefinition ))
(cell (rename renameA "duplicate") (celltype GENERIC)
(view netlist (viewtype NETLIST)
(interface
(port portA (direction INPUT))
)
)
)
(cell (rename renameB "duplicate") (celltype GENERIC)
(view netlist (viewtype NETLIST)
(interface
(port portB (direction INPUT))
)
)
)
(cell myTestCell (celltype GENERIC)
(view netlist (viewtype NETLIST)
(interface
)
(contents
(instance instA (viewref netlist (cellref renameA (libraryref work))))
(instance instB (viewref netlist (cellref renameB (libraryref work))))
)
)
)
)
(comment "Reference To The Cell Of Highest Level")
(design test
(cellref myTestCell (libraryref work))
(property PART (string "xc7a12t"))
)
)