B
B?rge Strand
Guest
I guess I have stumbled over a fairly common issue: I've got my code
to work, but it's not fast enough.
What options do I have? Are there ways to use Xilinx tools to see
which parts of my code run the slowest? This is what I heard from a
friend: Try to cut down on the comparators. The synthesizer inserts
plenty of 6-bit comparators when it reads my code. That can't be good.
I want to make most comparators compare equality to zero. That should
be way faster than >= 12 for instance.
The resources I've found online are mostly for courses that charge
heavy cash. What free resources are out there?
Greetings,
Břrge
to work, but it's not fast enough.
What options do I have? Are there ways to use Xilinx tools to see
which parts of my code run the slowest? This is what I heard from a
friend: Try to cut down on the comparators. The synthesizer inserts
plenty of 6-bit comparators when it reads my code. That can't be good.
I want to make most comparators compare equality to zero. That should
be way faster than >= 12 for instance.
The resources I've found online are mostly for courses that charge
heavy cash. What free resources are out there?
Greetings,
Břrge