Initial questions about getting started with a new core #20
Comments
|
Hi, sorry for the late reply.
Yes. Usually you would do that in form of assumptions in your For example in
Unfortunately there's not documentation for the The last number is always the depth of the formal check. Setting this to a larger number will create checks with deeper bounds that will run for longer. Some checks have a "start cycle" in which they start enabling a monitor. Setting this to a smaller number will increase the time period the monitor is running, creating a better check, but one that also runs for more time. A few checks have a third number between start and depth. That's the "trigger". This is for checks where an event must be consistent with something that can either happen earlier or later. In that case the event is assumed to happen at the "trigger" cycle, and the correlated event can happen anywhere within the start..depth span. I hope that helps. |
|
Hi Clifford, |
Hi Clifford,
first thank you for this project, seems a really good way to handle new open source designs as the community grows!. So, I'm trying to get started with it inserting the RVFI in my core but I have some simple questions due to briefly understand that are:
like:
I understand that it refers to cycles of test but why some times you have 2 ou even 3 numbers defined at....should be something like:
type_of_checking reset_cycles trigger_cycle checker_cycle
?
I know that are quite basic things due to the project but it's not so close to me how to setup it.
Best regards, Anderson
The text was updated successfully, but these errors were encountered: