我正在使用Verilog对(2^n) x m单端口ram进行建模。该ram具有输入使能端口、输入读写端口(rw),其中当其为1时,我们将写入ram,而当其为零时,我们将仅读取、输入地址端口(addr)、输入输出数据端口和输入write_data端口。addr]<=data;// wrtite to the ram address
在一个全双工双口SRAM中,我试图读取数据并将数据从A端口写入B端口,而无需等待时间。module tb_fbdp_ram(); // Define our controlled signals reg csneed a register to store value to send on a write // Instantiate our DUT
fbdp_<