Skip to content

Commit 8b392ab

Browse files
Extractor 2.0
1 parent d5bd890 commit 8b392ab

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

src/ConfigurationRaptor/CFGDeviceDatabase/Gemini/config_attributes.mapping.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@
268268
" type = 'BOOT_CLOCK'",
269269
" index = int(name[11:])",
270270
" model_name = 'hp_40x2.rc_osc_50mhz'",
271-
" elif name.find('FABRIC_CLKBUF#') == 0:",
272-
" type = 'FABRIC_CLKBUF'",
273-
" index = int(name[14:])",
271+
" elif name.find('FCLK_BUF#') == 0:",
272+
" type = 'FCLK_BUF'",
273+
" index = int(name[9:])",
274274
" model_name = 'fclk_buf'",
275275
" else :",
276276
" (m, type, bank, is_clock, index, pair_index, ab_io, ab_name) = parse_pin_location(name)",

src/ConfigurationRaptor/CFGDeviceDatabase/Virgo/config_attributes.mapping.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@
268268
" type = 'BOOT_CLOCK'",
269269
" index = int(name[11:])",
270270
" model_name = 'hp_40x2.rc_osc_50mhz'",
271-
" elif name.find('FABRIC_CLKBUF#') == 0:",
272-
" type = 'FABRIC_CLKBUF'",
273-
" index = int(name[14:])",
271+
" elif name.find('FCLK_BUF#') == 0:",
272+
" type = 'FCLK_BUF'",
273+
" index = int(name[9:])",
274274
" model_name = 'fclk_buf'",
275275
" else :",
276276
" (m, type, bank, is_clock, index, pair_index, ab_io, ab_name) = parse_pin_location(name)",

src/ConfigurationRaptor/CFGDeviceDatabase/Virgo/gemini_compact_10x8_config_attributes.mapping.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@
268268
" type = 'BOOT_CLOCK'",
269269
" index = int(name[11:])",
270270
" model_name = 'hp_40x2.rc_osc_50mhz'",
271-
" elif name.find('FABRIC_CLKBUF#') == 0:",
272-
" type = 'FABRIC_CLKBUF'",
273-
" index = int(name[14:])",
271+
" elif name.find('FCLK_BUF#') == 0:",
272+
" type = 'FCLK_BUF'",
273+
" index = int(name[9:])",
274274
" model_name = 'fclk_buf'",
275275
" else :",
276276
" (m, type, bank, is_clock, index, pair_index, ab_io, ab_name) = parse_pin_location(name)",

src/ConfigurationRaptor/CFGDeviceDatabase/Virgo/gemini_compact_22x4_config_attributes.mapping.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@
267267
" type = 'BOOT_CLOCK'",
268268
" index = int(name[11:])",
269269
" model_name = 'hp_40x1.rc_osc_50mhz'",
270-
" elif name.find('FABRIC_CLKBUF#') == 0:",
271-
" type = 'FABRIC_CLKBUF'",
272-
" index = int(name[14:])",
270+
" elif name.find('FCLK_BUF#') == 0:",
271+
" type = 'FCLK_BUF'",
272+
" index = int(name[9:])",
273273
" model_name = 'fclk_buf'",
274274
" else :",
275275
" (m, type, bank, is_clock, index, pair_index, ab_io, ab_name) = parse_pin_location(name)",

0 commit comments

Comments
 (0)