Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - __libc_tsd_LOCALE_data
Search - __libc_tsd_LOCALE_data - List
function [a_width-1 : 0] DWF_div_uns // Function to compute the unsigned quotient // synopsys map_to_operator DIV_UNS_OP // synopsys return_port_name QUOTIENT input [a_width-1 : 0] A input [b_width-1 : 0] B reg [a_width-1 : 0] QUOTIENT_v reg A_x, B_x `define max_uns {a_width{1 b1}} begin // synopsys translate_off A_x = ^A B_x = ^B if ((A_x === 1 bx) || (B_x === 1 bx)) begin QUOTIENT_v = {a_width{1 bx}} end else begin -function [a_width-1 : 0] DWF_div_uns // Function to compute the unsigned quotient // synopsys map_to_operator DIV_UNS_OP // synopsys return_port_name QUOTIENT input [a_width-1 : 0] A input [b_width-1 : 0] B reg [a_width-1 : 0] QUOTIENT_v reg A_x, B_x `define max_uns {a_width{1 b1}} begin // synopsys translate_off A_x = ^A B_x = ^B if ((A_x === 1 bx) || (B_x === 1 bx)) begin QUOTIENT_v = {a_width{1 bx}} end else begin
Date : 2025-07-04 Size : 3kb User : ankit
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.