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 whizkid123

  1. W

    [ Describing PG Pins at RTL Level UPF ]

    Hi, I am trying to read in UPF at RTL level. For the all standard Cells, Memories, Analog Macros - Power config file is used to add search path and db file name. I have the below two observations - 1- After adding power config file, I have removed the corresponding RTL files of standard...
  2. W

    DFT Reset Constraints Handling in Spyglass DFT SGDC

    Thanks Shalin. The below update has been done in SGDC, it helped in shift violations but not in capture violations. Still I am getting violations in Capture - "Reset/Set to XXX flops is not controlled in Capture Mode" Reset Scheme is as below - IO --> PAD --> Scan Mux --> Flop...
  3. W

    DFT Reset Constraints Handling in Spyglass DFT SGDC

    Hi all, I have a problem in defining RESETs in Spyglass DFT flow. Can any body point to me the correct way of defining the Resets in the flow. Thanks
  4. W

    [SOLVED] Does anyone knows what how to handle colck gating?

    Hi u24c02, You can add Clock Gating Cell in the Top Level or inside the individual blocks as well. It is better to add CG cells at the Top. You said your Clock Gating Cells are being removed in the synthesis, check whether you have connected the Clock Gating Cell output properly or not
  5. W

    [SOLVED] Does anyone knows what how to handle colck gating?

    Hi , YOu should try as below module counter ( ..... ... ... input INC2; output [2:0] COUNT; reg [2:0] COUNT; ... ... < Better to synchronized INCO0 in 'clk' domain before using in this module>> CG_CELL_INSTNACE U_CG_CELL_INSTANCE_1 ( .clk(clk), .en(INC0), .se(dft_scan_enable), .out(ck0) ) ...
  6. W

    [SOLVED] [ Connecting std_logic_vector to std_ulogic_vector port]

    Hi ads-ee, It worked for me. However it works only for input ports and for output ports tool is throwing error. My problem solved :). Thanks
  7. W

    [SOLVED] [ Connecting std_logic_vector to std_ulogic_vector port]

    Hi all, I have faced with a very basic problem in vhdl instantiation. There is signal called A_SL of type std_logic_vector(7 downto 0); I want to connect it to another port of other module called B_USL of type std_ulogic_vector( 7 downto 0); When I declare an intermediate signal call...
  8. W

    Late signals during synthesis

    Hi Sun Ray, What do you mean by "late arriving signals" . Do you mean the signal arrival time is bigger at Flop Input than required time?
  9. W

    [Glitch Free Memory Chip Select Signal]

    The address is coming from the processor. Cannot generate csn along with address. we are also in Fix .. because we have that single cycle access constraint. Already that path is on critical path.
  10. W

    [Glitch Free Memory Chip Select Signal]

    Hi, I cannot use the other side of the clock which makes the STA timing to meet twice the operating freq. we are targetting for CustomIC. Thanks
  11. W

    [ Memory Interface gated when not selected]

    HI RCA, My case is like - same address, data, mask bits driving into 4 cuts of memories. The chip select of the memories will be selected based on address. My concern is that, when any cut is selected -still the address, data, mask bits of other 3 memories will be toggling. I want to reduce...
  12. W

    [Glitch Free Memory Chip Select Signal]

    Thanks rca . Flop in my case not acceptable due to single cycle access constraint to the memory. latch also cannot. Any other suggestions Please.
  13. W

    [ Memory Interface gated when not selected]

    HI all, I want to gate the Address, Data bus of the Memory when not selected from controlled. what is the best possible ways to do it without adding more area on the address and data bus?
  14. W

    [Glitch Free Memory Chip Select Signal]

    Hi all, I need to generate chip select signal for memory through address decoding. It will be combo logic only and the read/write access has to be performed in single cycle. As Chip Select is transparent to Memory Address, whenever memory address is changing the csn is toggling in between...

Part and Inventory Search

Back
Top