mirror of
https://github.com/olofk/serv.git
synced 2025-04-20 11:57:07 -04:00
removed my unused wire
This commit is contained in:
parent
7b1c684aec
commit
4972b3d600
1 changed files with 0 additions and 2 deletions
|
@ -63,8 +63,6 @@ module serv_decode #(
|
|||
|
||||
reg imm30;
|
||||
|
||||
wire [31:0] instr = {i_wb_rdt,2'b00};
|
||||
|
||||
//opcode
|
||||
wire op_or_opimm = (!opcode[4] & opcode[2] & !opcode[0]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue