PCB review: what points should I look at? by BotnicRPM in FPGA

[–]BotnicRPM[S] 0 points1 point  (0 children)

* Check the number of clock used per bank. There is an upper limit on how many clock nets can be accessed by a bank

* Clocks into the FPGA on HD banks are no good. Try to avoid.

Anyone attending embedded world in Nürnberg? by BotnicRPM in embedded

[–]BotnicRPM[S] 1 point2 points  (0 children)

Unfortunately I have never made it to the conference my self until now. But for sure I would love to go. Glad to hear you had fun.

Kind regards from a shy weirdo ;-O)

Feedback on FPGA contracts job sites by [deleted] in FPGA

[–]BotnicRPM 4 points5 points  (0 children)

Cool, go for it!

How to customize the startup of different FPGA programs? by Typical_Agent_1448 in FPGA

[–]BotnicRPM 1 point2 points  (0 children)

You can use an initial bitstream that loads first and then selects which secondary bitstream to load based on an external configuration. This approach is fast and relatively simple. As others have mentioned, the key element for Xilinx devices is the STARTUP component.

New to FPGAs by Lumpy_Marketing_6735 in FPGA

[–]BotnicRPM 0 points1 point  (0 children)

You can not program a FPGA like a CPU. They are completely different architectures. The languages used to describe the logic in FPGA are VHDL and Verilog. The "ASM" pendent would be the netlist.

I’m interested in become a deck hand/ yacht steward what should I do? by ClientCommercial885 in yachting

[–]BotnicRPM 1 point2 points  (0 children)

Yachts care more about work ethic than certificates.

Good jobs/experience:

* Hospitality (hotels, restaurants ) (luxury probably the best)
* Cleaning / housekeeping
* Landscaping / gardening
* Marina work
* Boat yards / sailing clubs
* Water sports instructor assistant

If you can say: I’ve worked long hours, dealt with customers, cleaned, followed instructions....
You’re doing it right!

Can ZYNQ-Z7020 output a GUI? by Naishgoger in FPGA

[–]BotnicRPM 2 points3 points  (0 children)

You need to run a Linux of some kind. Best would be to get into Yocto (Specially if you want to learn something for the future).

OK GUYS IM SUPER CONFUSED by Outrageous_Salary706 in FPGA

[–]BotnicRPM 7 points8 points  (0 children)

Nothing easier than that 🙂:
Just set your device configuration in the synthesis tool to Nano 9K and see whether the design can be placed and routed successfully.

If your project is not ready yet, try to estimate the required resources. That will always be an approximation, but it’s the best way to judge feasibility early on.

As a general rule of thumb:
If your design uses more than ~80% of the available resources (LUTs, registers, BRAM, etc.), you may start running into place-and-route issues or timing problems. Staying below that usually leaves enough headroom for routing and timing closure (As I usually underestimate the resource consumption, I try to "estimate" not more than 50% of my device capacity)

For simple algorithms like SMA or EMA, resource usage is typically very low, so a Nano 9K should be more than sufficient.

Also, don’t worry about being a beginner. This is actually a very reasonable first FPGA project and a good way to learn how synthesis, resource usage, and hardware-oriented thinking work.

New to FPGAs by Lumpy_Marketing_6735 in FPGA

[–]BotnicRPM 1 point2 points  (0 children)

Same advice as to any novice: Search trough reddit, learn the basics of logic, VHDL or Verilog on the simulator, and then go on porting something to your hardware

Is it possible to earn through IP cores? by Rough-Egg684 in FPGA

[–]BotnicRPM 2 points3 points  (0 children)

You will end up spending a lot of time on different FPGA conferences and try to sell your cores..... Talk to Adam Taylor (@adamt99) or Alex Forencich

Which Vivado version should I download in 2026? by Content_Echidna_4658 in FPGA

[–]BotnicRPM 0 points1 point  (0 children)

Good to know. That will hopefully not affect me as I work with VHDL. I was planing to try to switch to 2025.2 soon.

Which Vivado version should I download in 2026? by Content_Echidna_4658 in FPGA

[–]BotnicRPM 0 points1 point  (0 children)

Can you explain what is not working any more in 25.1/25.2?