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

Subversion Repositories versatile_library

[/] [versatile_library/] [trunk/] [rtl/] [verilog/] [arith.v] - Diff between revs 57 and 58

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

Rev 57 Rev 58
Line 242... Line 242...
input [width-1:0] din;
input [width-1:0] din;
output [width-1:0] dout;
output [width-1:0] dout;
input opcode;
input opcode;
 
 
integer i;
integer i;
reg [width/32+4:0] ff1, fl1;
wire [width/32+4:0] ff1, fl1;
 
 
/*
/*
always @(din) begin
always @(din) begin
    ff1 = 0; i = 0;
    ff1 = 0; i = 0;
    while (din[i] == 0 && i < width) begin // complex condition
    while (din[i] == 0 && i < width) begin // complex condition

powered by: WebSVN 2.1.0

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