OpenCores
URL https://opencores.org/ocsvn/aemb/aemb/trunk

Subversion Repositories aemb

[/] [aemb/] [trunk/] [rtl/] [verilog/] [aeMB2_exec.v] - Diff between revs 203 and 205

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 203 Rev 205
Line 48... Line 48...
   output [31:0] alu_ex;                 // From intu0 of aeMB2_intu.v
   output [31:0] alu_ex;                 // From intu0 of aeMB2_intu.v
   output [31:0] alu_mx;                 // From intu0 of aeMB2_intu.v
   output [31:0] alu_mx;                 // From intu0 of aeMB2_intu.v
   output [31:2]        bpc_ex;                 // From intu0 of aeMB2_intu.v
   output [31:2]        bpc_ex;                 // From intu0 of aeMB2_intu.v
   output [31:0] bsf_mx;                 // From bsft0 of aeMB2_bsft.v
   output [31:0] bsf_mx;                 // From bsft0 of aeMB2_bsft.v
   output [31:2]        mem_ex;                 // From intu0 of aeMB2_intu.v
   output [31:2]        mem_ex;                 // From intu0 of aeMB2_intu.v
   output [7:0]          msr_ex;                 // From intu0 of aeMB2_intu.v
   output [9:0]          msr_ex;                 // From intu0 of aeMB2_intu.v
   output [31:0] mul_mx;                 // From mult0 of aeMB2_mult.v
   output [31:0] mul_mx;                 // From mult0 of aeMB2_mult.v
   output [31:0] sfr_mx;                 // From intu0 of aeMB2_intu.v
   output [31:0] sfr_mx;                 // From intu0 of aeMB2_intu.v
   // End of automatics
   // End of automatics
   /*AUTOINPUT*/
   /*AUTOINPUT*/
   // Beginning of automatic inputs (from unused autoinst inputs)
   // Beginning of automatic inputs (from unused autoinst inputs)
Line 139... Line 139...
      // Outputs
      // Outputs
      .mem_ex                           (mem_ex[31:2]),
      .mem_ex                           (mem_ex[31:2]),
      .bpc_ex                           (bpc_ex[31:2]),
      .bpc_ex                           (bpc_ex[31:2]),
      .alu_ex                           (alu_ex[31:0]),
      .alu_ex                           (alu_ex[31:0]),
      .alu_mx                           (alu_mx[31:0]),
      .alu_mx                           (alu_mx[31:0]),
      .msr_ex                           (msr_ex[7:0]),
      .msr_ex                           (msr_ex[9:0]),
      .sfr_mx                           (sfr_mx[31:0]),
      .sfr_mx                           (sfr_mx[31:0]),
      // Inputs
      // Inputs
      .opc_of                           (opc_of[5:0]),
      .opc_of                           (opc_of[5:0]),
      .opa_of                           (opa_of[31:0]),
      .opa_of                           (opa_of[31:0]),
      .opb_of                           (opb_of[31:0]),
      .opb_of                           (opb_of[31:0]),

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.