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

Subversion Repositories i650

[/] [i650/] [trunk/] [rtl/] [accumulator.v] - Diff between revs 18 and 20

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

Rev 18 Rev 20
Line 30... Line 30...
`include "defines.v"
`include "defines.v"
 
 
module accumulator (
module accumulator (
   input rst,
   input rst,
   input ap, bp, dp,
   input ap, bp, dp,
   input dx, d1, d2, d10,
   input dx, d1, d2,
   input dxu, d0u,
   input dxu, d0u,
   input wu, wl,
   input wu, wl,
   input [0:6] adder_out,
   input [0:6] adder_out,
   input acc_regen_gate, right_shift_gate, acc_ri_gate,
   input acc_regen_gate, right_shift_gate, acc_ri_gate,
         zero_shift_count, man_acc_reset, reset_op_latch,
         zero_shift_count, man_acc_reset, reset_op_latch,

powered by: WebSVN 2.1.0

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