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 shubham_dce

  1. S

    unexpected behavior of disable in RTL for loop when ran with Incisiv simulator

    Yes FvM. Though usage of break helped me move ahead in simulation i am getting BLDSTP (Build Stop) error while i am running the code on Lint. It seems break is not synthesizable. I have given it a run on Palladium, awaiting results. I am trying to take up the issue to Incisiv team to get...
  2. S

    unexpected behavior of disable in RTL for loop when ran with Incisiv simulator

    Hi, I am very new to this forum, so please pardon any decorum that i may have violated. Here is the reference code : always @(posedge clk or negedge resetn) begin if(~resetn) begin for(int j=0; j<64; j++) enable_data[j] <= 1'b1; end else begin if(data_accepted)...

Part and Inventory Search

Back
Top