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...
-
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
-
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
Similar Threads
-
By Application Development in forum verilog
Replies: 3
Last Post: 02-23-2007, 03:34 PM
-
By Application Development in forum verilog
Replies: 1
Last Post: 08-23-2006, 09:52 PM
-
By Application Development in forum Java
Replies: 5
Last Post: 07-30-2005, 01:48 AM
-
By Application Development in forum DOTNET
Replies: 1
Last Post: 04-30-2005, 06:38 AM