forked from p_lusterinc_xsync/xsync_fpge
12 changed files with 563 additions and 169 deletions
-
15.vscode/settings.json
-
59constraint_check/constraint_check.ccr
-
BINfdc_generator.exe
-
2multiseed_summary.csv
-
104pango_tools/fdc_generator.cpp
-
BINpango_tools/fdc_generator.exe
-
63pango_tools/zcsv.cpp
-
6pango_tools/zcsv.hpp
-
68pin.csv
-
68xsync.csv
-
295xsync.fdc
-
52xsync.pds
@ -1,6 +1,19 @@ |
|||
{ |
|||
"files.associations": { |
|||
"*.hpp": "cpp", |
|||
"xtree": "cpp" |
|||
"xtree": "cpp", |
|||
"list": "cpp", |
|||
"system_error": "cpp", |
|||
"xlocale": "cpp", |
|||
"ostream": "cpp", |
|||
"xstring": "cpp", |
|||
"vector": "cpp", |
|||
"functional": "cpp", |
|||
"type_traits": "cpp", |
|||
"xlocmon": "cpp", |
|||
"xtr1common": "cpp", |
|||
"xutility": "cpp", |
|||
"iosfwd": "cpp", |
|||
"xiosbase": "cpp" |
|||
} |
|||
} |
@ -1,68 +0,0 @@ |
|||
xsync.fdc,, |
|||
R4,ex_clk,INPUT |
|||
U7,ex_rst_n,INPUT |
|||
M15,genlock_in_hsync,INPUT |
|||
M16,genlock_in_vsync,INPUT |
|||
L16,genlock_in_fsync,INPUT |
|||
N/A,genlock_in_state_led,OUTPUT |
|||
E14,genlock_out_dac[0],OUTPUT |
|||
E13,genlock_out_dac[1],OUTPUT |
|||
F14,genlock_out_dac[2],OUTPUT |
|||
F13,genlock_out_dac[3],OUTPUT |
|||
C22,genlock_out_dac[4],OUTPUT |
|||
B22,genlock_out_dac[5],OUTPUT |
|||
C20,genlock_out_dac[6],OUTPUT |
|||
D20,genlock_out_dac[7],OUTPUT |
|||
C19,genlock_out_dac[8],OUTPUT |
|||
C18,genlock_out_dac_clk,OUTPUT |
|||
,genlock_out_dac_state_led,OUTPUT |
|||
K18,sync_ttl_in1,INPUT |
|||
,sync_ttl_in1_state_led,OUTPUT |
|||
K19,sync_ttl_in2,INPUT |
|||
,sync_ttl_in2_state_led,OUTPUT |
|||
M13,sync_ttl_in3,INPUT |
|||
,sync_ttl_in3_state_led,OUTPUT |
|||
L13,sync_ttl_in4,INPUT |
|||
,sync_ttl_in4_state_led,OUTPUT |
|||
AA8,sync_ttl_out1,OUTPUT |
|||
,sync_ttl_out1_state_led,OUTPUT |
|||
V9,sync_ttl_out2,OUTPUT |
|||
,sync_ttl_out2_state_led,OUTPUT |
|||
V8,sync_ttl_out3,OUTPUT |
|||
,sync_ttl_out3_state_led,OUTPUT |
|||
T6,sync_ttl_out4,OUTPUT |
|||
,sync_ttl_out4_state_led,OUTPUT |
|||
L15,timecode_headphone_in,INPUT |
|||
,timecode_headphone_in_state_led,OUTPUT |
|||
L14,timecode_bnc_in,INPUT |
|||
,timecode_bnc_in_state_led,OUTPUT |
|||
W9,timecode_out_bnc,OUTPUT |
|||
R6,timecode_out_bnc_select,OUTPUT |
|||
,timecode_out_bnc_state_led,OUTPUT |
|||
Y9,timecode_out_headphone,OUTPUT |
|||
T3,timecode_out_headphone_select,OUTPUT |
|||
,timecode_out_headphone_state_led,OUTPUT |
|||
Y21,stm32if_start_signal_out,OUTPUT |
|||
Y22,stm32if_camera_sync_out,OUTPUT |
|||
AB20,stm32if_timecode_sync_out,OUTPUT |
|||
W7,spi1_cs_pin,INPUT |
|||
V7,spi1_clk_pin,INPUT |
|||
Y7,spi1_rx_pin,INPUT |
|||
Y8,spi1_tx_pin,OUTPUT |
|||
Y11,debug_signal_output[0],OUTPUT |
|||
Y12,debug_signal_output[1],OUTPUT |
|||
AA10,debug_signal_output[2],OUTPUT |
|||
AA11,debug_signal_output[3],OUTPUT |
|||
AB11,debug_signal_output[4],OUTPUT |
|||
AB12,debug_signal_output[5],OUTPUT |
|||
W11,debug_signal_output[6],OUTPUT |
|||
W12,debug_signal_output[7],OUTPUT |
|||
AA13,debug_signal_output[8],OUTPUT |
|||
AB13,debug_signal_output[9],OUTPUT |
|||
Y13,debug_signal_output[10],OUTPUT |
|||
AA14,debug_signal_output[11],OUTPUT |
|||
AA15,debug_signal_output[12],OUTPUT |
|||
AB15,debug_signal_output[13],OUTPUT |
|||
Y16,debug_signal_output[14],OUTPUT |
|||
AA16,debug_signal_output[15],OUTPUT |
|||
W5,core_board_debug_led,OUTPUT |
@ -0,0 +1,68 @@ |
|||
NAME,PAP_IO_DIRECTION,PAP_IO_LOC,PAP_IO_VCCIO,PAP_IO_STANDARD,PAP_IO_NONE |
|||
ex_clk,INPUT,R4,3.3,LVCMOS15,TRUE |
|||
ex_rst_n,INPUT,U7,NA,NA,TRUE |
|||
genlock_in_hsync,INPUT,M15,NA,NA,NA |
|||
genlock_in_vsync,INPUT,M16,NA,NA,NA |
|||
genlock_in_fsync,INPUT,L16,NA,NA,NA |
|||
genlock_in_state_led,OUTPUT,NA,NA,NA,NA |
|||
genlock_out_dac[0],OUTPUT,E14,NA,NA,NA |
|||
genlock_out_dac[1],OUTPUT,E13,NA,NA,NA |
|||
genlock_out_dac[2],OUTPUT,F14,NA,NA,NA |
|||
genlock_out_dac[3],OUTPUT,F13,NA,NA,NA |
|||
genlock_out_dac[4],OUTPUT,C22,NA,NA,NA |
|||
genlock_out_dac[5],OUTPUT,B22,NA,NA,NA |
|||
genlock_out_dac[6],OUTPUT,C20,NA,NA,NA |
|||
genlock_out_dac[7],OUTPUT,D20,NA,NA,NA |
|||
genlock_out_dac[8],OUTPUT,C19,NA,NA,NA |
|||
genlock_out_dac_clk,OUTPUT,C18,NA,NA,NA |
|||
genlock_out_dac_state_led,OUTPUT,NA,NA,NA,NA |
|||
sync_ttl_in1,INPUT,K18,NA,NA,NA |
|||
sync_ttl_in1_state_led,OUTPUT,NA,NA,NA,NA |
|||
sync_ttl_in2,INPUT,K19,NA,NA,NA |
|||
sync_ttl_in2_state_led,OUTPUT,NA,NA,NA,NA |
|||
sync_ttl_in3,INPUT,M13,NA,NA,NA |
|||
sync_ttl_in3_state_led,OUTPUT,NA,NA,NA,NA |
|||
sync_ttl_in4,INPUT,L13,NA,NA,NA |
|||
sync_ttl_in4_state_led,OUTPUT,NA,NA,NA,NA |
|||
sync_ttl_out1,OUTPUT,AA8,NA,NA,NA |
|||
sync_ttl_out1_state_led,OUTPUT,NA,NA,NA,NA |
|||
sync_ttl_out2,OUTPUT,V9,NA,NA,NA |
|||
sync_ttl_out2_state_led,OUTPUT,NA,NA,NA,NA |
|||
sync_ttl_out3,OUTPUT,V8,NA,NA,NA |
|||
sync_ttl_out3_state_led,OUTPUT,NA,NA,NA,NA |
|||
sync_ttl_out4,OUTPUT,T6,NA,NA,NA |
|||
sync_ttl_out4_state_led,OUTPUT,NA,NA,NA,NA |
|||
timecode_headphone_in,INPUT,L15,NA,NA,NA |
|||
timecode_headphone_in_state_led,OUTPUT,NA,NA,NA,NA |
|||
timecode_bnc_in,INPUT,L14,NA,NA,NA |
|||
timecode_bnc_in_state_led,OUTPUT,NA,NA,NA,NA |
|||
timecode_out_bnc,OUTPUT,W9,NA,NA,NA |
|||
timecode_out_bnc_select,OUTPUT,R6,NA,NA,NA |
|||
timecode_out_bnc_state_led,OUTPUT,NA,NA,NA,NA |
|||
timecode_out_headphone,OUTPUT,Y9,NA,NA,NA |
|||
timecode_out_headphone_select,OUTPUT,T3,NA,NA,NA |
|||
timecode_out_headphone_state_led,OUTPUT,NA,NA,NA,NA |
|||
stm32if_start_signal_out,OUTPUT,Y21,NA,NA,NA |
|||
stm32if_camera_sync_out,OUTPUT,Y22,NA,NA,NA |
|||
stm32if_timecode_sync_out,OUTPUT,AB20,NA,NA,NA |
|||
spi1_cs_pin,INPUT,W7,NA,NA,NA |
|||
spi1_clk_pin,INPUT,V7,NA,NA,NA |
|||
spi1_rx_pin,INPUT,Y7,NA,NA,NA |
|||
spi1_tx_pin,OUTPUT,Y8,NA,NA,NA |
|||
debug_signal_output[0],OUTPUT,Y11,NA,NA,NA |
|||
debug_signal_output[1],OUTPUT,Y12,NA,NA,NA |
|||
debug_signal_output[2],OUTPUT,AA10,NA,NA,NA |
|||
debug_signal_output[3],OUTPUT,AA11,NA,NA,NA |
|||
debug_signal_output[4],OUTPUT,AB11,NA,NA,NA |
|||
debug_signal_output[5],OUTPUT,AB12,NA,NA,NA |
|||
debug_signal_output[6],OUTPUT,W11,NA,NA,NA |
|||
debug_signal_output[7],OUTPUT,W12,NA,NA,NA |
|||
debug_signal_output[8],OUTPUT,AA13,NA,NA,NA |
|||
debug_signal_output[9],OUTPUT,AB13,NA,NA,NA |
|||
debug_signal_output[10],OUTPUT,Y13,NA,NA,NA |
|||
debug_signal_output[11],OUTPUT,AA14,NA,NA,NA |
|||
debug_signal_output[12],OUTPUT,AA15,NA,NA,NA |
|||
debug_signal_output[13],OUTPUT,AB15,NA,NA,NA |
|||
debug_signal_output[14],OUTPUT,Y16,NA,NA,NA |
|||
debug_signal_output[15],OUTPUT,AA16,NA,NA,NA |
|||
core_board_debug_led,OUTPUT,W5,NA,NA,NA |
@ -1,17 +1,292 @@ |
|||
define_attribute {p:core_board_debug_led} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:core_board_debug_led} {PAP_IO_LOC} {W5} |
|||
define_attribute {p:core_board_debug_led} {PAP_IO_VCCIO} {1.5} |
|||
define_attribute {p:core_board_debug_led} {PAP_IO_STANDARD} {LVCMOS15} |
|||
define_attribute {p:core_board_debug_led} {PAP_IO_DRIVE} {8} |
|||
define_attribute {p:core_board_debug_led} {PAP_IO_UNUSED} {TRUE} |
|||
define_attribute {p:core_board_debug_led} {PAP_IO_SLEW} {FAST} |
|||
define_attribute {p:ex_clk} {PAP_IO_DIRECTION} {INPUT} |
|||
define_attribute {p:ex_clk} {PAP_IO_LOC} {R4} |
|||
define_attribute {p:ex_clk} {PAP_IO_VCCIO} {1.5} |
|||
define_attribute {p:ex_clk} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:ex_clk} {PAP_IO_STANDARD} {LVCMOS15} |
|||
define_attribute {p:ex_clk} {PAP_IO_NONE} {TRUE} |
|||
define_attribute {p:ex_rst_n} {PAP_IO_DIRECTION} {INPUT} |
|||
define_attribute {p:ex_rst_n} {PAP_IO_LOC} {U7} |
|||
define_attribute {p:ex_rst_n} {PAP_IO_VCCIO} {1.5} |
|||
define_attribute {p:ex_rst_n} {PAP_IO_STANDARD} {LVCMOS15} |
|||
define_attribute {p:ex_rst_n} {PAP_IO_NONE} {TRUE} |
|||
define_attribute {p:ex_rst_n} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:ex_rst_n} {PAP_IO_STANDARD} {LVTTL33} |
|||
define_attribute {p:genlock_in_hsync} {PAP_IO_DIRECTION} {INPUT} |
|||
define_attribute {p:genlock_in_hsync} {PAP_IO_LOC} {M15} |
|||
define_attribute {p:genlock_in_hsync} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:genlock_in_hsync} {PAP_IO_STANDARD} {LVTTL33} |
|||
define_attribute {p:genlock_in_vsync} {PAP_IO_DIRECTION} {INPUT} |
|||
define_attribute {p:genlock_in_vsync} {PAP_IO_LOC} {M16} |
|||
define_attribute {p:genlock_in_vsync} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:genlock_in_vsync} {PAP_IO_STANDARD} {LVTTL33} |
|||
define_attribute {p:genlock_in_fsync} {PAP_IO_DIRECTION} {INPUT} |
|||
define_attribute {p:genlock_in_fsync} {PAP_IO_LOC} {L16} |
|||
define_attribute {p:genlock_in_fsync} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:genlock_in_fsync} {PAP_IO_STANDARD} {LVTTL33} |
|||
define_attribute {p:genlock_out_dac[0]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:genlock_out_dac[0]} {PAP_IO_LOC} {E14} |
|||
define_attribute {p:genlock_out_dac[0]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:genlock_out_dac[0]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:genlock_out_dac[0]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:genlock_out_dac[0]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:genlock_out_dac[1]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:genlock_out_dac[1]} {PAP_IO_LOC} {E13} |
|||
define_attribute {p:genlock_out_dac[1]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:genlock_out_dac[1]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:genlock_out_dac[1]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:genlock_out_dac[1]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:genlock_out_dac[2]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:genlock_out_dac[2]} {PAP_IO_LOC} {F14} |
|||
define_attribute {p:genlock_out_dac[2]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:genlock_out_dac[2]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:genlock_out_dac[2]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:genlock_out_dac[2]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:genlock_out_dac[3]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:genlock_out_dac[3]} {PAP_IO_LOC} {F13} |
|||
define_attribute {p:genlock_out_dac[3]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:genlock_out_dac[3]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:genlock_out_dac[3]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:genlock_out_dac[3]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:genlock_out_dac[4]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:genlock_out_dac[4]} {PAP_IO_LOC} {C22} |
|||
define_attribute {p:genlock_out_dac[4]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:genlock_out_dac[4]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:genlock_out_dac[4]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:genlock_out_dac[4]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:genlock_out_dac[5]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:genlock_out_dac[5]} {PAP_IO_LOC} {B22} |
|||
define_attribute {p:genlock_out_dac[5]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:genlock_out_dac[5]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:genlock_out_dac[5]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:genlock_out_dac[5]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:genlock_out_dac[6]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:genlock_out_dac[6]} {PAP_IO_LOC} {C20} |
|||
define_attribute {p:genlock_out_dac[6]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:genlock_out_dac[6]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:genlock_out_dac[6]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:genlock_out_dac[6]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:genlock_out_dac[7]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:genlock_out_dac[7]} {PAP_IO_LOC} {D20} |
|||
define_attribute {p:genlock_out_dac[7]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:genlock_out_dac[7]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:genlock_out_dac[7]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:genlock_out_dac[7]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:genlock_out_dac[8]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:genlock_out_dac[8]} {PAP_IO_LOC} {C19} |
|||
define_attribute {p:genlock_out_dac[8]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:genlock_out_dac[8]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:genlock_out_dac[8]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:genlock_out_dac[8]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:genlock_out_dac_clk} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:genlock_out_dac_clk} {PAP_IO_LOC} {C18} |
|||
define_attribute {p:genlock_out_dac_clk} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:genlock_out_dac_clk} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:genlock_out_dac_clk} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:genlock_out_dac_clk} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:sync_ttl_in1} {PAP_IO_DIRECTION} {INPUT} |
|||
define_attribute {p:sync_ttl_in1} {PAP_IO_LOC} {K18} |
|||
define_attribute {p:sync_ttl_in1} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:sync_ttl_in1} {PAP_IO_STANDARD} {LVTTL33} |
|||
define_attribute {p:sync_ttl_in2} {PAP_IO_DIRECTION} {INPUT} |
|||
define_attribute {p:sync_ttl_in2} {PAP_IO_LOC} {K19} |
|||
define_attribute {p:sync_ttl_in2} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:sync_ttl_in2} {PAP_IO_STANDARD} {LVTTL33} |
|||
define_attribute {p:sync_ttl_in3} {PAP_IO_DIRECTION} {INPUT} |
|||
define_attribute {p:sync_ttl_in3} {PAP_IO_LOC} {M13} |
|||
define_attribute {p:sync_ttl_in3} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:sync_ttl_in3} {PAP_IO_STANDARD} {LVTTL33} |
|||
define_attribute {p:sync_ttl_in4} {PAP_IO_DIRECTION} {INPUT} |
|||
define_attribute {p:sync_ttl_in4} {PAP_IO_LOC} {L13} |
|||
define_attribute {p:sync_ttl_in4} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:sync_ttl_in4} {PAP_IO_STANDARD} {LVTTL33} |
|||
define_attribute {p:sync_ttl_out1} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:sync_ttl_out1} {PAP_IO_LOC} {AA8} |
|||
define_attribute {p:sync_ttl_out1} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:sync_ttl_out1} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:sync_ttl_out1} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:sync_ttl_out1} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:sync_ttl_out2} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:sync_ttl_out2} {PAP_IO_LOC} {V9} |
|||
define_attribute {p:sync_ttl_out2} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:sync_ttl_out2} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:sync_ttl_out2} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:sync_ttl_out2} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:sync_ttl_out3} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:sync_ttl_out3} {PAP_IO_LOC} {V8} |
|||
define_attribute {p:sync_ttl_out3} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:sync_ttl_out3} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:sync_ttl_out3} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:sync_ttl_out3} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:sync_ttl_out4} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:sync_ttl_out4} {PAP_IO_LOC} {T6} |
|||
define_attribute {p:sync_ttl_out4} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:sync_ttl_out4} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:sync_ttl_out4} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:sync_ttl_out4} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:timecode_headphone_in} {PAP_IO_DIRECTION} {INPUT} |
|||
define_attribute {p:timecode_headphone_in} {PAP_IO_LOC} {L15} |
|||
define_attribute {p:timecode_headphone_in} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:timecode_headphone_in} {PAP_IO_STANDARD} {LVTTL33} |
|||
define_attribute {p:timecode_bnc_in} {PAP_IO_DIRECTION} {INPUT} |
|||
define_attribute {p:timecode_bnc_in} {PAP_IO_LOC} {L14} |
|||
define_attribute {p:timecode_bnc_in} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:timecode_bnc_in} {PAP_IO_STANDARD} {LVTTL33} |
|||
define_attribute {p:timecode_out_bnc} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:timecode_out_bnc} {PAP_IO_LOC} {W9} |
|||
define_attribute {p:timecode_out_bnc} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:timecode_out_bnc} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:timecode_out_bnc} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:timecode_out_bnc} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:timecode_out_bnc_select} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:timecode_out_bnc_select} {PAP_IO_LOC} {R6} |
|||
define_attribute {p:timecode_out_bnc_select} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:timecode_out_bnc_select} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:timecode_out_bnc_select} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:timecode_out_bnc_select} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:timecode_out_headphone} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:timecode_out_headphone} {PAP_IO_LOC} {Y9} |
|||
define_attribute {p:timecode_out_headphone} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:timecode_out_headphone} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:timecode_out_headphone} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:timecode_out_headphone} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:timecode_out_headphone_select} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:timecode_out_headphone_select} {PAP_IO_LOC} {T3} |
|||
define_attribute {p:timecode_out_headphone_select} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:timecode_out_headphone_select} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:timecode_out_headphone_select} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:timecode_out_headphone_select} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:stm32if_start_signal_out} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:stm32if_start_signal_out} {PAP_IO_LOC} {Y21} |
|||
define_attribute {p:stm32if_start_signal_out} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:stm32if_start_signal_out} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:stm32if_start_signal_out} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:stm32if_start_signal_out} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:stm32if_camera_sync_out} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:stm32if_camera_sync_out} {PAP_IO_LOC} {Y22} |
|||
define_attribute {p:stm32if_camera_sync_out} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:stm32if_camera_sync_out} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:stm32if_camera_sync_out} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:stm32if_camera_sync_out} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:stm32if_timecode_sync_out} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:stm32if_timecode_sync_out} {PAP_IO_LOC} {AB20} |
|||
define_attribute {p:stm32if_timecode_sync_out} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:stm32if_timecode_sync_out} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:stm32if_timecode_sync_out} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:stm32if_timecode_sync_out} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:spi1_cs_pin} {PAP_IO_DIRECTION} {INPUT} |
|||
define_attribute {p:spi1_cs_pin} {PAP_IO_LOC} {W7} |
|||
define_attribute {p:spi1_cs_pin} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:spi1_cs_pin} {PAP_IO_STANDARD} {LVTTL33} |
|||
define_attribute {p:spi1_clk_pin} {PAP_IO_DIRECTION} {INPUT} |
|||
define_attribute {p:spi1_clk_pin} {PAP_IO_LOC} {V7} |
|||
define_attribute {p:spi1_clk_pin} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:spi1_clk_pin} {PAP_IO_STANDARD} {LVTTL33} |
|||
define_attribute {p:spi1_rx_pin} {PAP_IO_DIRECTION} {INPUT} |
|||
define_attribute {p:spi1_rx_pin} {PAP_IO_LOC} {Y7} |
|||
define_attribute {p:spi1_rx_pin} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:spi1_rx_pin} {PAP_IO_STANDARD} {LVTTL33} |
|||
define_attribute {p:spi1_tx_pin} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:spi1_tx_pin} {PAP_IO_LOC} {Y8} |
|||
define_attribute {p:spi1_tx_pin} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:spi1_tx_pin} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:spi1_tx_pin} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:spi1_tx_pin} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[0]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[0]} {PAP_IO_LOC} {Y11} |
|||
define_attribute {p:debug_signal_output[0]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[0]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[0]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[0]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[1]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[1]} {PAP_IO_LOC} {Y12} |
|||
define_attribute {p:debug_signal_output[1]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[1]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[1]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[1]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[2]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[2]} {PAP_IO_LOC} {AA10} |
|||
define_attribute {p:debug_signal_output[2]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[2]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[2]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[2]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[3]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[3]} {PAP_IO_LOC} {AA11} |
|||
define_attribute {p:debug_signal_output[3]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[3]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[3]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[3]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[4]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[4]} {PAP_IO_LOC} {AB11} |
|||
define_attribute {p:debug_signal_output[4]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[4]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[4]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[4]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[5]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[5]} {PAP_IO_LOC} {AB12} |
|||
define_attribute {p:debug_signal_output[5]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[5]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[5]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[5]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[6]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[6]} {PAP_IO_LOC} {W11} |
|||
define_attribute {p:debug_signal_output[6]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[6]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[6]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[6]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[7]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[7]} {PAP_IO_LOC} {W12} |
|||
define_attribute {p:debug_signal_output[7]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[7]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[7]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[7]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[8]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[8]} {PAP_IO_LOC} {AA13} |
|||
define_attribute {p:debug_signal_output[8]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[8]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[8]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[8]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[9]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[9]} {PAP_IO_LOC} {AB13} |
|||
define_attribute {p:debug_signal_output[9]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[9]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[9]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[9]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[10]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[10]} {PAP_IO_LOC} {Y13} |
|||
define_attribute {p:debug_signal_output[10]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[10]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[10]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[10]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[11]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[11]} {PAP_IO_LOC} {AA14} |
|||
define_attribute {p:debug_signal_output[11]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[11]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[11]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[11]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[12]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[12]} {PAP_IO_LOC} {AA15} |
|||
define_attribute {p:debug_signal_output[12]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[12]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[12]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[12]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[13]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[13]} {PAP_IO_LOC} {AB15} |
|||
define_attribute {p:debug_signal_output[13]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[13]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[13]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[13]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[14]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[14]} {PAP_IO_LOC} {Y16} |
|||
define_attribute {p:debug_signal_output[14]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[14]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[14]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[14]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:debug_signal_output[15]} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:debug_signal_output[15]} {PAP_IO_LOC} {AA16} |
|||
define_attribute {p:debug_signal_output[15]} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:debug_signal_output[15]} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:debug_signal_output[15]} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:debug_signal_output[15]} {PAP_IO_SLEW} {SLOW} |
|||
define_attribute {p:core_board_debug_led} {PAP_IO_DIRECTION} {OUTPUT} |
|||
define_attribute {p:core_board_debug_led} {PAP_IO_LOC} {W5} |
|||
define_attribute {p:core_board_debug_led} {PAP_IO_VCCIO} {3.3} |
|||
define_attribute {p:core_board_debug_led} {PAP_IO_STANDARD} {LVCMOS33} |
|||
define_attribute {p:core_board_debug_led} {PAP_IO_DRIVE} {4} |
|||
define_attribute {p:core_board_debug_led} {PAP_IO_SLEW} {SLOW} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue