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:
Keith Rothman 2020-10-07 14:16:40 -07:00
parent 90d420eef3
commit 0fd5283c12
1 changed files with 1 additions and 1 deletions

View File

@ -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]\","