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 kurax

  1. K

    How to fix setup timing violations for a design with high speed clock?

    Thanks. But is there a way to do it without retiming?
  2. K

    How to fix setup timing violations for a design with high speed clock?

    I have a design like this, always @ (posedge X) begin if (Y) begin A_main <= 'b0; A_x <= 'b0; end else begin A_main <= A_d; A_x <= ^d; end end assign A_copy = A_main; assign A_d = d; assign F1 = A_x ^ (^A_copy); assign F2 = B_x ^ (^B_copy); . . and so on Here A_main and A_copy are 32 bit...
  3. K

    [Cadence Genus Synthesis] How to add more than one library file for synthesis?

    Thanks. But this looks like it takes multiple library files. But how to write multiple reports. I was guessing, we should use variables names at the end of the report files, like counter_timing_$LIB_NAME1.rep. Also does it take care of choosing the best library?
  4. K

    [Cadence Genus Synthesis] How to add more than one library file for synthesis?

    My Synthesis Script, #Setting Library and Design Path set_attribute lib_search_path ../lib/ set_attribute hdl_search_path ../design_files/ #Setting Library and Design Files set_attribute library tech.lib #Analyze and Elaborate the Design File read_hdl -sv counter.sv elaborate # Apply...
  5. K

    [SOLVED] Help! A High Throughput List Decoder Architecture for Polar Codes using Verilog.

    I want to design this using verilog. But I have no idea where to start. Any advice?

Part and Inventory Search

Back
Top