mirror of https://github.com/openXC7/prjxray.git
005-tilegrid: Add alias for IOI3_SING tiles
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
This commit is contained in:
parent
7db3417e2c
commit
5de6e16b29
|
|
@ -373,10 +373,20 @@ def propagate_IOI_SING(database, tiles_by_grid):
|
|||
database[top_tile]['bits']['CLB_IO_CLK'] = copy.deepcopy(bits)
|
||||
database[top_tile]['bits']['CLB_IO_CLK']['words'] = 2
|
||||
database[top_tile]['bits']['CLB_IO_CLK']['offset'] = 99
|
||||
database[top_tile]['bits']['CLB_IO_CLK']['alias'] = {
|
||||
'type': database[prev_tile]['type'],
|
||||
'start_offset': 0,
|
||||
'sites': {}
|
||||
}
|
||||
|
||||
database[bottom_tile]['bits']['CLB_IO_CLK'] = copy.deepcopy(bits)
|
||||
database[bottom_tile]['bits']['CLB_IO_CLK']['words'] = 2
|
||||
database[bottom_tile]['bits']['CLB_IO_CLK']['offset'] = 0
|
||||
database[bottom_tile]['bits']['CLB_IO_CLK']['alias'] = {
|
||||
'type': database[prev_tile]['type'],
|
||||
'start_offset': 2,
|
||||
'sites': {}
|
||||
}
|
||||
|
||||
|
||||
def propagate_IOI_Y9(database, tiles_by_grid):
|
||||
|
|
|
|||
Loading…
Reference in New Issue