From 93d3108a301444559c1140c47359cef46a75670a Mon Sep 17 00:00:00 2001 From: Steve Hoover Date: Fri, 26 Feb 2021 18:33:23 -0500 Subject: [PATCH] Include //m4+test_prog in shell because it must be instantiated in the right place. --- risc-v_shell.tlv | 1 + 1 file changed, 1 insertion(+) diff --git a/risc-v_shell.tlv b/risc-v_shell.tlv index ed9039b..d9ddbcc 100644 --- a/risc-v_shell.tlv +++ b/risc-v_shell.tlv @@ -53,6 +53,7 @@ //m4+rf(32, 32, $reset, $wr_en, $wr_index, $wr_data, $rd1_en, $rd1_index, $rd1_data, $rd2_en, $rd2_index, $rd2_data) //m4+dmem(32, 32, $reset, $wr_en, $wr_addr, $wr_data, $rd_en, $rd_addr, $wr_data) + //m4+test_prog() m4+cpu_viz() \SV endmodule \ No newline at end of file