assertion - verilog

This is a discussion on assertion - verilog ; hi .., OVL assertion learning which lib used here plese help me . lways@(posedge clk_pvi or negedge rst_clk_pvi_n) begin if(~rst_clk_pvi_n) rx_rma_vl <= 1'b0; else if(in_run_st & rx_rma_eop & ap_rx_rma_ack) rx_rma_val <= 1'b0; else rx_rma_val <= in_run_st &(!(ap_rx_rma_ack&(rx_fifo_space=='d1))); end thanks, santhosh...

+ Reply to Thread
Results 1 to 2 of 2

assertion

  1. Default assertion

    hi ..,
    OVL assertion learning which lib used here plese help me .

    lways@(posedge clk_pvi or negedge rst_clk_pvi_n)
    begin
    if(~rst_clk_pvi_n)
    rx_rma_vl <= 1'b0;
    else if(in_run_st & rx_rma_eop & ap_rx_rma_ack)
    rx_rma_val <= 1'b0;
    else
    rx_rma_val <= in_run_st
    &(!(ap_rx_rma_ack&(rx_fifo_space=='d1)));
    end


    thanks,
    santhosh


  2. Default Re: assertion

    Santosh,
    What exactly is your question? Please be clear on that first
    and ask specific doubt to get a quick, efficient help.

    Ajeetha, CVC
    www.noveldv.com
    santhosh wrote:
    > hi ..,
    > OVL assertion learning which lib used here plese help me .
    >
    > lways@(posedge clk_pvi or negedge rst_clk_pvi_n)
    > begin
    > if(~rst_clk_pvi_n)
    > rx_rma_vl <= 1'b0;
    > else if(in_run_st & rx_rma_eop & ap_rx_rma_ack)
    > rx_rma_val <= 1'b0;
    > else
    > rx_rma_val <= in_run_st
    > &(!(ap_rx_rma_ack&(rx_fifo_space=='d1)));
    > end
    >
    >
    > thanks,
    > santhosh



+ Reply to Thread

Similar Threads

  1. ASSERTION AFTER RESET
    By Application Development in forum verilog
    Replies: 3
    Last Post: 02-23-2007, 03:34 PM
  2. SVa assertion question
    By Application Development in forum verilog
    Replies: 1
    Last Post: 08-23-2006, 09:52 PM
  3. what is assertion in java?
    By Application Development in forum Java
    Replies: 5
    Last Post: 07-30-2005, 01:48 AM
  4. Assertion Error
    By Application Development in forum DOTNET
    Replies: 1
    Last Post: 04-30-2005, 06:38 AM