// true dual port RAM, sync `ifdef ACTEL `define SYN /*synthesis syn_ramstyle = "no_rw_check"*/ `endif module vfifo_dual_port_ram_sc_dw ( d_a, q_a, adr_a, we_a, q_b, adr_b, d_b, we_b, clk ); parameter DATA_WIDTH = 32; parameter ADDR_WIDTH = 8; input [(DATA_WIDTH-1):0] d_a; input [(ADDR_WIDTH-1):0] adr_a; input [(ADDR_WIDTH-1):0] adr_b; input we_a; output [(DATA_WIDTH-1):0] q_b; input [(DATA_WIDTH-1):0] d_b; output reg [(DATA_WIDTH-1):0] q_a; input we_b; input clk; reg [(DATA_WIDTH-1):0] q_b; reg [DATA_WIDTH-1:0] ram [(1<Error running this command: diff -w -U 5 "/tmp/o6PShQ" ""

diff: : No such file or directory