Zynq-7000 PCB Build - Part 9 - Vivado Configuration & Estimated PCB Costs

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 16

  • @satoshimanabe2493
    @satoshimanabe2493 5 หลายเดือนก่อน +2

    I had to slap together a GPS board and made the mistake of routing TX to TX and RX to RX. Unfortunately it's relative, unlike MISO/MOSI designation. I had to cut traces and cross the connections. Yes, I literally had "measured once, cut twice", lol. Lesson to make absolutely sure before cutting the board. But also cheap insurance to have zero-ohm jumpers to make it easier to correct any crossed connections.

  • @asmi06
    @asmi06 5 หลายเดือนก่อน +1

    MDC/MDIO form a management interface for Ethernet PHY, it uses signalling somewhat similar to (but not compatible with) I2C, and is used to access Ethernet PHY's registers to configure all aspects of their functionality. Part of them are standardized, but many are device-specific. You can read more about this interface in IEEE 802.3, clause 22.2.4. This bus is very slow (< 1MHz), so you don't have to worry about routing it - as long as pins connect - it will work.

  • @stephenwhite506
    @stephenwhite506 5 หลายเดือนก่อน +1

    It would be interesting to see and compare what other online PCB manufactures would quote.

    • @rehsd
      @rehsd  5 หลายเดือนก่อน

      Good question. Do you have certain places in mind? For the PCBs (without assembly) I checked PCBWay, and the price was nearly triple ($290 USD at PCBWay, $108 at JLCPCB). I can check some other manufacturers, too.

  • @asmi06
    @asmi06 5 หลายเดือนก่อน +1

    I prefer assembling my prototypes manually. It can be a pain to manually place 200+ components per side before reflow, but I still enjoy the process, and my wife helps me out when I need to take breaks. It does take quite a bit of time (about 5-6 hrs per side with 200-300 components, most of which are 0402s), so I usually do it over the weekend.

    • @rehsd
      @rehsd  5 หลายเดือนก่อน

      Honestly, I'd like to do both -- have a set assembled and try to assemble one myself. I figure I will learn from both approaches.

  • @zxborg9681
    @zxborg9681 5 หลายเดือนก่อน +1

    Cool progress. And yes, slow down your DDR if you have issues. Getting it to run at full spec speed can be some black magic.

    • @asmi06
      @asmi06 5 หลายเดือนก่อน +1

      This SoC runs DDR3 at relatively pedestrian 533 MHz, so you can get away with quite a bit of sloppinness in layout.

  • @asmi06
    @asmi06 5 หลายเดือนก่อน +1

    Regarding fan PWM - since you have free GPIOs, you can use one of them to drive a MOSFET which would control the fan. Make sure it defaults to always-on when there are no control signals from the CPU via a pullup, and don't forget to add a reverse-protection diode across the fan to make sure fan coil's inductance won't destroy the MOSFET.

  • @asmi06
    @asmi06 5 หลายเดือนก่อน +1

    DDR3 has a minimum frequency of 303 MHz. You can't run it slower than that - at least according to specification. And I wouldn't worry about it too much anyway - 533 MHz is fairly slow by DDR3 standards (it can go as high as 933 MHz per JEDEC), so you can get away with some amount of sloppinness 😀

  • @trippycat
    @trippycat 5 หลายเดือนก่อน +1

    Nice, almost done! What’s the reason the HDMI is positioned like that?

    • @rehsd
      @rehsd  5 หลายเดือนก่อน +1

      I placed it on the bottom to make the routing easier. From the top side, I'd have to get all of the traces swapped in order (left to right). Possibly, the pinout on the SoC could be changed to address this, but having the HDMI connector on the bottom is easy for me.

    • @trippycat
      @trippycat 5 หลายเดือนก่อน

      @@rehsd would you need to swap positions within differential pairs aswell?

    • @rehsd
      @rehsd  5 หลายเดือนก่อน +1

      @@trippycat Right, each of the pairs would need to be moved around.

  • @asmi06
    @asmi06 5 หลายเดือนก่อน +1

    You will definitely need a fan, unless your heatsink is going to be giant 😀 Just run Linux 😁

    • @rehsd
      @rehsd  5 หลายเดือนก่อน

      Ya', I can see how running Linux would push it harder than I have in the past. :)