Skip to content
Snippets Groups Projects
Commit c0daddf6 authored by dam1n19's avatar dam1n19
Browse files

Renamed testbench and python model

parent 699b5697
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
`timescale 1ns/1ns
`include "message_build.sv"
module tb_engine;
module tb_message_build;
logic clk;
logic nrst;
......@@ -171,7 +171,7 @@ module tb_engine;
initial begin
$dumpfile("engine_sim.vcd");
$dumpvars(0, tb_engine);
$dumpvars(0, tb_message_build);
data_in_drive_en = 0;
cfg_drive_en = 0;
data_out_drive_ready = 0;
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment