A
Amir
Guest
Hi,
I would like to write a constraint in SystemVerilog which is like:
for(int i=0;i<`DATA_TRANS;i++)
begin
constraint c_prk_data_rdy_delay {
prk_data_rdy_delay inside {[lo_delay:hi_delay]};
}
end
but it's not working, do you have any idea how can I enter a variable
in an constraint such as the aforementioned example?
Thanks a lot
-Amir
I would like to write a constraint in SystemVerilog which is like:
for(int i=0;i<`DATA_TRANS;i++)
begin
constraint c_prk_data_rdy_delay {
prk_data_rdy_delay inside {[lo_delay:hi_delay]};
}
end
but it's not working, do you have any idea how can I enter a variable
in an constraint such as the aforementioned example?
Thanks a lot
-Amir