Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Xilinx Kintex STARTUPE2

Status
Not open for further replies.

barry

Advanced Member level 7
Joined
Mar 31, 2005
Messages
6,321
Helped
1,194
Reputation
2,400
Reaction score
1,385
Trophy points
1,393
Location
California, USA
Activity points
34,398
Anyone have any experience using this primitive? I've instantiated it, and the FPGA apparently doesn't get configured using Vivado Hardware Manager. (I get a message saying DONE didn't go high). Here's my instantiation, what's wrong?
Code:
startupe2_inst: STARTUPE2
generic map (
    PROG_USR => "FALSE", --not secure bitstream
    SIM_CCLK_FREQ=> 0.0  --simulation clock
    ) 	
port map(
    
    CFGCLK => open, -- 1-bit output: Configuration main clock output
    CFGMCLK => open, -- 1-bit output: Configuration internal oscillator clock output
    EOS => open, -- 1-bit output: Active high output signal indicating the End Of Startup.
    PREQ => open, -- 1-bit output: PROGRAM request to fabric output
    CLK => '0', -- 1-bit input: User start-up clock input
    GSR => '0', -- 1-bit input: Global Set/Reset input (GSR cannot be used for the port name)
    GTS => '0', -- 1-bit input: Global 3-state input (GTS cannot be used for the port name)
    KEYCLEARB => '0', -- 1-bit input: Clear AES Decrypter Key input from Battery-Backed RAM (BBRAM)
    PACK => '0', -- 1-bit input: PROGRAM acknowledge input
    USRCCLKO => SPI_CLK_s, -- 1-bit input: User CCLK input
    USRCCLKTS => '0', -- 1-bit input: User CCLK 3-state enable input
    USRDONEO => '1', -- 1-bit input: User DONE pin output control
    USRDONETS => '0' -- 1-bit input: User DONE 3-state enable output
  );
 



Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top