mirror of
https://github.com/MPSU/APS.git
synced 2025-09-16 17:40:41 +00:00
Завершение работы над пакетами
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
module tb_decoder_riscv();
|
||||
|
||||
import riscv_pkg::*;
|
||||
import alu_opcodes_pkg::*;
|
||||
parameter delay = 4;
|
||||
parameter cycle = 200; // per one opcode
|
||||
|
||||
@@ -42,7 +41,7 @@ module tb_decoder_riscv();
|
||||
wire jal;
|
||||
wire jalr;
|
||||
wire mret;
|
||||
|
||||
|
||||
reg a_sel_miss;
|
||||
reg b_sel_miss;
|
||||
reg alu_op_miss;
|
||||
|
Reference in New Issue
Block a user