Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by willvegapunk

  1. W

    Why set_max_fanout constraint in design compiler ?

    Thanks for your reply .... After hours of survey, I'm not quite sure my current understanding is correct or not. set_max_fanout VALUE DESIGN - this would constrain all the net's fanout with stricter value e.g. min(VALUE, lib or DC's default settings) set_max_fanout VALUE [get_ports...
  2. W

    Using generate and for loop to index signal name

    In my case, I would make the input as multi_bit, and divide them in the always block inside module. module top( input [4:0] in_data, input clk, input rst_n, output valid ) reg b[4:0]; integer idx; always@(posedge clk or negedge rst_n)begin if(!rst_n)begin for(idx=0...
  3. W

    Why set_max_fanout constraint in design compiler ?

    I've been doing a lot of survey article for fanout for design compiler. But for some technology process such as 90nm/.18um , our target library (.db / .lib) has already the settings of max_fanout/ max_capcitance for our design, but in 4x nm process, I can't find the max_fanout in .lib file 1. Is...

Part and Inventory Search

Back
Top