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/decode_test.sv | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 rtl/top/decode_test.sv (limited to 'rtl/top/decode_test.sv') diff --git a/rtl/top/decode_test.sv b/rtl/top/decode_test.sv deleted file mode 100644 index 91962ea..0000000 --- a/rtl/top/decode_test.sv +++ /dev/null @@ -1,14 +0,0 @@ -`timescale 1 ns / 1 ps -`include "core/decode/isa.sv" -`include "core/uarch.sv" - -module decode_test -( - input word insn, - - output insn_decode dec -); - - core_decode DUT (.*); - -endmodule -- cgit v1.2.3