From 4acd900c4602db0353d11bf6841ddadfd80c57b8 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 5 Oct 2023 00:36:37 -0600 Subject: Makefile, tb: add support for cocotb --- rtl/top/fetch_test.sv | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 rtl/top/fetch_test.sv (limited to 'rtl/top/fetch_test.sv') diff --git a/rtl/top/fetch_test.sv b/rtl/top/fetch_test.sv deleted file mode 100644 index 4ab5fd1..0000000 --- a/rtl/top/fetch_test.sv +++ /dev/null @@ -1,25 +0,0 @@ -`timescale 1 ns / 1 ps -`include "core/uarch.sv" - -module fetch_test -( - input logic clk, - stall, - branch, - prefetch_flush, - fetched, - wr_pc, - input ptr branch_target, - input word wr_current, - fetch_data, - - output logic fetch, - output word insn, - output ptr insn_pc, - addr - -); - - core_fetch #(.PREFETCH_ORDER(3)) DUT (.flush(), .*); - -endmodule -- cgit v1.2.3