Commit 68596931 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

testbench/swcore: wip

parent 88ba9054
......@@ -425,7 +425,7 @@ module main_generic;
int j;
int n_ports = `c_num_ports;
int mask_opt=1;
int n_packets =100;
int n_packets =500;
// initialization
initPckSrcAndSink(src, sink, n_ports);
gen = new;
......@@ -655,7 +655,6 @@ module main_generic;
transferReport(); // here we wait for all pcks to be received and then make statistics
memoryLeakageReport();
`ifdef New_Allocator
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