Commit d7fb4009 by SergeyDegtyar

Test architecture/synth_gowin_mem fixed.

parent 7be25b8c
...@@ -22,30 +22,11 @@ module testbench; ...@@ -22,30 +22,11 @@ module testbench;
reg mem_init = 0; reg mem_init = 0;
top uut ( top uut (
data_a[0], data_a,
data_a[1], addr_a,
data_a[2],
data_a[3],
data_a[4],
data_a[5],
data_a[6],
data_a[7],
addr_a[0],
addr_a[1],
addr_a[2],
addr_a[3],
addr_a[4],
addr_a[5],
we_a, we_a,
clk, clk,
q_a[0], q_a
q_a[1],
q_a[2],
q_a[3],
q_a[4],
q_a[5],
q_a[6],
q_a[7]
); );
always @(posedge clk) begin always @(posedge clk) begin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment