Use sync_core() in the write side to match current formal verif model
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 13 May 2009 18:09:34 +0000 (14:09 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 13 May 2009 18:09:34 +0000 (14:09 -0400)
commit67c2d80b2b808fe7a6d6d0660ca81c919a81010b
tree606b50f3cfacff3597899d461aca4097466a2718
parentebb22fff4a06b0661b55726ad332c4c53f6603fe
Use sync_core() in the write side to match current formal verif model

The formal model we currently have assumes serialized instruction execution on
the write-side. Until we extend this model to allow out-of-order instruction
execution, add equivalent synchronization in the library code.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu.c
This page took 0.026817 seconds and 4 git commands to generate.