6 ms·
No need. I gave ChatGPT this prompt: "Write a data mover in Xilinx HLS with Vitis flow that takes in a stream of bytes, swaps pairs of bytes, then streams the b
by throwawayabcdef 1y ago
No need. I gave ChatGPT this prompt: "Write a data mover in Xilinx HLS with Vitis flow that takes in a stream of bytes, swaps pairs of bytes, then streams the bytes out"
And it did a good job. The code it made probably works fine and will run on most Xilinx FPGAs.
- pjc50 1y ago> The code it made probably works fine Solve your silicon verification workflow with this one weird trick: "looks good to me"!
- throwawayabcdef 1y agoIts how I saved cost and schedule on this project.
- ben_w 1y agoI don't even work in hardware, and yet even I have still heard of the Pentium FDIV bug, which happened despite people looking a lot more closely than "probably works fine".