element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
ZedBoard Hardware Design Improving the 1 volt supply
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 4 replies
  • Subscribers 354 subscribers
  • Views 586 views
  • Users 0 members are here
Related

Improving the 1 volt supply

Former Member
Former Member over 10 years ago

My design has a configurable number of compute engines.  When I try to use too many of them I exceed the limits of the 1 volt power supply.

I can load the FPGA, but when the PS commands the start of computation, the 1v supply drops to around 0.6v and, I think, the board resets.

Vivado says:
  vccint:  2.419 A
  vccbram: 0.013 A
  vccpint: 0.819 A

I'd like some help to replace or augment the power supply.
I thought I could use something like the
Murata OKR-T/6-W12-C
http://power.murata.com/en/products/dc-dc-converters/single-output-non-isolated/okr-t-6-w12-c.html

Some questions:
o  Is there a better approach to the problem?
o  Is this feasible with with fair soldering skills and no microscope?
o  Is there a better module that the Murata?
o  Do I have to disconnect the original MAX15021?
o  If so, what's the best way.
o  Will the enable signal be compatible?
o  Can you suggest mounting?

Thanks,
Michael

  • Sign in to reply
  • Cancel
Parents
  • ctammann
    0 ctammann over 10 years ago

    Hey Michael,

     

    While not ideal, since the MAX15021 is a synchronous device connecting another supply in parallel with it should be ok (as long as it is also a synchronous device).  The two supplies will essentially form an uneven current share. 

    The easiest way to do what you want to do would be to get an EVM that you could wire in to the output side of the output inductor L5.  Any EVM would work, here's an example - http://www.ti.com/tool/tps54425evm-608  You could also use a bench supply set to 1V.  The load will draw current from whichever voltage is higher, when it dips, the other supply will provide the power.  Again, this isn't ideal and with a bench supply you want to make sure sinking current won't damage it.

    Just be sure the output is set to 1V and if it isn't, modify the circuit so that it is correct.  After that, connect the input side of the EVM to the 12V on ZedBoard and make sure the enable is wired to Vin.  That will make the 1V supply come up right away (which will satisfy sequencing since it must come up first) and will increase the current capacity of that rail.  Ideally you would disable the 1V supply on the MAX15021, but to do so you would need to lift pin 25 on the device and tie it to GND. 

    Let me know if that makes sense and if you have any other questions.

    Thanks

    Chris

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • ctammann
    0 ctammann over 10 years ago

    Hey Michael,

     

    While not ideal, since the MAX15021 is a synchronous device connecting another supply in parallel with it should be ok (as long as it is also a synchronous device).  The two supplies will essentially form an uneven current share. 

    The easiest way to do what you want to do would be to get an EVM that you could wire in to the output side of the output inductor L5.  Any EVM would work, here's an example - http://www.ti.com/tool/tps54425evm-608  You could also use a bench supply set to 1V.  The load will draw current from whichever voltage is higher, when it dips, the other supply will provide the power.  Again, this isn't ideal and with a bench supply you want to make sure sinking current won't damage it.

    Just be sure the output is set to 1V and if it isn't, modify the circuit so that it is correct.  After that, connect the input side of the EVM to the 12V on ZedBoard and make sure the enable is wired to Vin.  That will make the 1V supply come up right away (which will satisfy sequencing since it must come up first) and will increase the current capacity of that rail.  Ideally you would disable the 1V supply on the MAX15021, but to do so you would need to lift pin 25 on the device and tie it to GND. 

    Let me know if that makes sense and if you have any other questions.

    Thanks

    Chris

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • Former Member
    0 Former Member over 10 years ago in reply to ctammann

    Thanks for the info.  This may be easier than I feared.

    I think that a pre-packaged module would be easier to mount.  Cheaper too.

    Here's one from TI:
    PTR08060WVD
    http://www.ti.com/product/PTR08060W

    Before I start ordering and soldering, I'd really appreciate it if you'd take a look the modules and verify that they should work.

    Thanks,
    Michael

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube