code like
Context (name : string).
Local Open Scope kami_action.
Local Open Scope kami_expr.
Local Notation "@^ x" := (name ++ "_" ++ x)%string (at level 0).
Definition SPI := MODULE {
leads to goals like goals like
NoDup
[@^ ("hack_for_sequential_semantics"); @^ ("tx_fifo");
@^ ("tx_fifo_len"); @^ ("rx_fifo"); @^ ("rx_fifo_len");
@^ ("sck")]
which are almost decidable but not quite due to the prefix. do we have any automation for solving them? Documentation?
code like
leads to goals like goals like
which are almost decidable but not quite due to the prefix. do we have any automation for solving them? Documentation?