Properly connect each lane to TL node

This commit is contained in:
Hansung Kim
2023-03-05 00:18:29 -08:00
parent ef1608505f
commit db9be56191
2 changed files with 16 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ import "DPI-C" function void memtrace_query
output bit trace_read_finished
);
module SimMemTrace #(parameter NUM_THREADS = 4) (
module SimMemTrace #(parameter FILENAME = "undefined", NUM_THREADS = 4) (
input clock,
input reset,
@@ -57,7 +57,7 @@ module SimMemTrace #(parameter NUM_THREADS = 4) (
initial begin
/* $value$plusargs("uartlog=%s", __uartlog); */
memtrace_init("vecadd.core1.thread4.trace");
memtrace_init(FILENAME);
end
// Evaluate the signals on the positive edge