1)所有控制信号均为高电平有效。
这适用于几乎所有内部信号和每个Xilinx原语。
清楚地注明了例外,并且信号名称中通常有一个尾随“N”。
2)“字节”写使能允许您使用BRAM的多字节接口,并且仍然一次写入一个字节而不使用读/修改/写周期。
对于小于32的位宽,这不是那么有趣,但对于使用32位或36位接口同时具有字节或16位数据类型的嵌入式处理器而言,它会产生很大的不同。
对于大多数其他应用程序,您可以将相同的值应用于所有4位。
- Gabor
在原帖中查看解决方案
以上来自于谷歌翻译
以下为原文
1) All control signals are active high. This applies to almost every internal signal and every Xilinx primitive. Exceptions are clearly noted and usually have a trailing "N" in the signal name.
2) "byte" write enables allow you to use a multi-byte interface to the BRAM and still write one byte at a time without using read/modify/write cycles. For bit widths less than 32 this is not so interesting, but it makes a big difference for embedded processors that use a 32 or 36 bit interface while having byte or 16-bit data types. For most other applications you can just apply the same value to all 4 bits.
-- GaborView solution in original post
1)所有控制信号均为高电平有效。
这适用于几乎所有内部信号和每个Xilinx原语。
清楚地注明了例外,并且信号名称中通常有一个尾随“N”。
2)“字节”写使能允许您使用BRAM的多字节接口,并且仍然一次写入一个字节而不使用读/修改/写周期。
对于小于32的位宽,这不是那么有趣,但对于使用32位或36位接口同时具有字节或16位数据类型的嵌入式处理器而言,它会产生很大的不同。
对于大多数其他应用程序,您可以将相同的值应用于所有4位。
- Gabor
在原帖中查看解决方案
以上来自于谷歌翻译
以下为原文
1) All control signals are active high. This applies to almost every internal signal and every Xilinx primitive. Exceptions are clearly noted and usually have a trailing "N" in the signal name.
2) "byte" write enables allow you to use a multi-byte interface to the BRAM and still write one byte at a time without using read/modify/write cycles. For bit widths less than 32 this is not so interesting, but it makes a big difference for embedded processors that use a 32 or 36 bit interface while having byte or 16-bit data types. For most other applications you can just apply the same value to all 4 bits.
-- GaborView solution in original post
举报