mirror of https://github.com/openXC7/prjxray.git
Correct MMCME_ADV in tcl filter statement.
This likely doesn't affect the output, but it prevented params.json from being valid. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
90d420eef3
commit
0fd5283c12
|
|
@ -101,7 +101,7 @@ write_bitstream -force design.bit
|
|||
|
||||
set fp [open params.json "w"]
|
||||
puts $fp "\["
|
||||
foreach cell [get_cells -hierarchical -filter {REF_NAME == PLLE2_ADV}] {
|
||||
foreach cell [get_cells -hierarchical -filter {REF_NAME == MMCME2_ADV}] {
|
||||
puts $fp " {"
|
||||
puts $fp " \"tile\": \"[get_tiles -of [get_sites -of $cell]]\","
|
||||
puts $fp " \"site\": \"[get_sites -of $cell]\","
|
||||
|
|
|
|||
Loading…
Reference in New Issue