通常的方法是在fpga比特流中的一段块ram (BRAM)内包含一个小程序。
The usual method is to include a tiny program inside a piece of block ram (BRAM) within the FPGA bitstream.
这让应用程序能够访问更大的内存块,而不是许多小内存块,从而提高性能。
This improves performance by allowing the application to access the memory in larger single chunks, instead of many smaller chunks.
将尽可能小的数据块放到网络上通常能够改善应用程序的响应性和伸缩性。
Putting the smallest possible chunks of data on the network can often improve the responsiveness and scalability of an application appreciably.
不同的程序员会有不同的实现方式,但作为一种规律,最好是采用多个小的功能块而不是少数几个大的功能块。
There are as many ways to do this as there are programmers, but as a rule, it is good to build programs from lots of small pieces rather than a few big pieces.
不同的程序员会有不同的实现方式,但作为一种规律,最好是采用多个小的功能块而不是少数几个大的功能块。
There are as many ways to do this as there are programmers, but as a rule, it is good to build programs from lots of small pieces rather than a few big pieces.
应用推荐