HLS Pragma(3)config_storage

config_storage only supports FIFO types.

Descrption

设置Vitis HLS微架构FIFO存储元素与内存资源绑定的全局默认选项。
通过为特定的设计元素指定BIND_STORAGE pragma或指令,或者为接口上的对象指定INTERFACE pragma或指令的storage_typeoption,可以覆盖由config_storage为FIFO存储定义的默认配置。

Syntax

config_storage [OPTIONS] <type> //Configures the fifio type

Options

•-auto_srl_max_bits [value]: Specifies the maximum allowed SRL total bits (depth *width) for auto-srl implementations (-impl autosrl). The default is 1024.
•-auto_srl_max_depth [value]: Specifies the maximum allowed SRL depth for auto-srlimplementation (-impl autosrl). The default is 2.
•-impl [autosrl | bram | lutram | uram | memory | srl]: Defines the deviceresource to use in binding the specified type.

Examples

The following example configures the default binding of fifo:

config_storage fifo -impl uram


本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!

相关文章

立即
投稿

微信公众账号

微信扫一扫加关注

返回
顶部