The present application claims priority to patent application No. LU101294 filed in Luxembourg on Jul. 3, 2019, entitled “METHOD OF CHECKING EQUIVALENCE BETWEEN A FIRST DESIGN COMPRISING A SHIFT REGISTER LOGIC SRL CHAIN AND A SECOND DESIGN COMPRIS-ING A MEMORY BLOCK.” The aforementioned patent application is hereby incorporated by reference in its entirety.
None.
The present invention generally relates to formal verification of logic circuits, in particular to a method enabling implementation verification of circuits where shift registers are implemented using memories. More particularly, the present invention concerns a computer implemented method of equivalence checking of different synthesis transformations of shift register or first-in-first-out logic to a functionally equivalent circuit containing memory elements.
Formal verification applied for hardware or software verification is the act of proving or disproving the correctness of intended algorithms underlying a system with respect to a certain formal specification or among the different implementations of the underlying algorithms. In equivalence checking different logical implementations are formally verified to be functionally equivalent under all possible input combinations.
SRL2MEMORY transformation converts a shift register logic (SRL) chain to a functionally equivalent circuit containing a memory block (RAM, SRAM, DRAM, Magnetic RAM, Block RAM etc.) as the core element. An SRL logic is alternately called a First In First Out (FIFO) scheme. An input design to the synthesis tool is denoted the golden design and the resulting netlist from synthesis as the revised design. The resulting netlist can be in a generic technology independent form or mapped to a target fabrication technology, or in an intermediate optimization stage.
In the case of the SRL2MEMORY transformation, successive shifting of input data through the SRL in the golden design is transformed to memory-write operations to distinct memory locations in the revised design.
For each clock clk, a new data is input to the dg-input of the SRL. The length of the SRL is n. Hence, it takes n clock cycles to shift the data through the SRL. The corresponding memory storage elements and the associated circuitry in the revised netlist are shown in
As shown in
The general working principle is as follows: For each shift operation in the SRL chain, the data within each register gets moved to the respective subsequent register within the SRL chain. Corresponding to this, on the revised design, each shift operation results in the write-address and the read-address point to the next read and write locations of the memory. Thus, the input data is stored in successive memory cells and the output data is available at the location with an offset n. In the SRL, after n clock cycles, the current input data will be moved n times and emitted at the outg port. On the revised design, after n cycles, the read-count points to the location where the data was written n cycles earlier. This data is emitted at the outr port of the memory.
As an illustration, a four stage SRL chain 10 and the corresponding memory 20 is shown in
In general, there are no structural or internal equivalence points between the golden and revised designs since both the logic and the operations are entirely different between these designs. Due to this it is not possible to derive an inductive hypothesis based on such structural equivalence points and the equivalence check cannot be resolved using combinational equivalence checking. At the same time, sequential equivalence techniques are not practical because of state-space explosion. For simulation based verification the number of input vectors to be simulated is simply beyond the range of practical computing. As an example, a basic 1-kilobyte 32-bit word memory will need 2**32*1024 (more than 4 trillion) input vectors to be tried exhaustively to verify the functional equivalence.
There is therefore a need for a scalable equivalence checking technique for the Shift Register Logic (SRL) to memory synthesis transformation.
The present invention proposes a computer implemented method according to claim 1. In particular, the present invention proposes a computer implemented method of checking equivalence between a first design comprising a shift register logic SRL chain and a second design comprising a memory block. The method comprises identifying an inductive invariant to replace the SRL chain or the memory block, replacing the SRL chain and the memory block by a set of constraints, wherein the set of constraints state that the SRL chain and the memory block are equivalent for the checking of equivalence between the first design and the second design.
In a first step, a plurality of properties C.1 through C.5 are proved using model checking. In a second step, the SRL chain and the memory block circuit are removed and the assertion dg=dr that the input data of SRL chain in the first design and the input data of the memory block in the second design are equivalent and the assumption outg=outr that the output data of SRL chain in the first design and the output data of the memory block in the second design are equivalent are added. This second step is only valid if the properties C.1 through C.5 have been proved to hold. If the properties hold, the validity of the step follows from a set of theorems. With other words, the set of constraints comprises the assumption that an output of the SRL chain is functionally equivalent to an output of the memory block when an SRL chain input is equivalent to a memory block input.
In a final step, conventional equivalence checking is applied to prove the rest of the circuit.
The present method simplifies the equivalence checking problem by reducing the SRL2MEMORY transformation to a set of minimal constraints that are added to the complete verification problem.
In an aspect, the step of identifying the inductive invariant comprises establishing/verifying a plurality of conditions representative of the transformation from said SRL chain to said memory block, and verifying of a set of theorems using said plurality of conditions to prove that the SRL chain in the first design is formally equivalent to the memory circuitry in the second design
The memory block comprises a read-address and a write-address, and in an aspect, the method comprises maintaining an offset between the read-address and the write-address, whereby the offset corresponds to the length of the SRL chain.
In an aspect, the plurality of conditions comprise at least the following conditions: —the initial states for the SRL chain and the memory block are equivalent, —the first design implements a shift register; the revised memory block is written at the location pointed to by a write address Waddr and read from the location pointed to by a read address Radar; —the read and write addresses in the revised memory block maintain an offset n; —the write address Waddr is implemented by a counter.
In another aspect, any counting scheme in the revised with an effective offset between the read address Raddr and the write address Waddr is maintained.
An enable signal may be provided.
In an aspect, an asynchronous clear (aclr) is provided, so that registers of the SRL chain can be directly reset using the asynchronous clear aclr signal independent of the clock signal. A synchronous reset (rst) may also be provided, so that the registers of the SRL chain can be synchronously reset using the synchronous reset rst signal wrt. to the clock signal.
In another aspect, the input stage of the memory block is buffered with one or more stages of registers in the revised design.
In an aspect, an effective offset between the read address and write address of the memory block is the difference between the length of the SRL chain (n) and the number the one or more stages of input registers(p), to account for p stages of input registers.
The enable signal in the revised design may be registered to form a delayed enreg signal which is further applied as the enable signal of the core memory block storage elements.
The output of the memory may be buffered with one or more stages of the output registers in the revised side. In an aspect the number of such output registers after the core memory block is deduced using state-reachability analysis.
The revised memory may result in a parallel or cascaded memory configuration.
In an aspect, the width of the SRL chain is more than one.
The present invention also proposes a computer program product comprising means for performing such a method.
The present method simplifies the equivalence checking problem by reducing the SRL2MEMORY transformation to a set of minimal constraints that are added to the complete verification problem.
For a more complete understanding of the present invention and the advantages thereof, reference is now made to the following description and the accompanying drawings, in which:
In the following, and as already shown in
The individual elements of the memory are referred to using lowercase ram. For instance, ram(k) is the kth location of the memory. RAM(i) is the memory element corresponding to the ith location in the SRL chain.
The present invention proposes a method of checking of equivalence between a first design 1 comprising an SRL chain 10 and a second design 2 comprising a memory block 20.
A general architecture for a system for equivalence checking between a shift register chain SRL chain into an equivalent memory circuit in accordance with a preferred embodiment of the present invention is shown in
A general equivalence checking is depicted in
In the following, the first design 1 is called “golden design”, and the second design 2 is referred to as “revised design”.
As shown in
Once these necessary conditions C1 to C5 are proved, one or more constraints 50 are formed at the output outq of the golden SRL chain 10 and at the output outr the revised memory block 20 and an assertion 60 is added at the respective input dg, dr. This is shown on
The equivalence checking problem further proceeds with these constraints and assertion and can be performed by the equivalence checking module. This means that the internal circuitry of the SRL or the memory block is not taken into consideration further and the complete equivalence checking problem can be decomposed into the individual stages described before. These theorems provide sufficient criteria to guarantee that the shift register logic and its implementation using a memory block are equivalent. Therefore, in subsequent steps, the internal implementation details of both the SRL chain in the golden design and the corresponding memory circuitry in the revised design can be ignored. This simplifies the remaining equivalence checking problem considerably, enabling scalable verification for industrial sized designs.
Hence, after establishment of the necessary conditions C1 to C5 in the golden and revised designs, the equivalence checking problem sums up to proving the constraint 50 that outr=outg, i.e. that the sink of the SRL and its implementation on the revised design are always delivering the same data. This corresponds to a decision that an inductive invariant has been identified.
The different stages of
The first stage shown on
A first condition C.1 requires that the initial states for the golden and the revised are equivalent, as follows:
(a)∀i=0n−1(s(i)=0)
(b)∀k=0m−1(ram(k)=0) Condition C.1
According to a second condition C2, the golden design implements a shift register.
A third condition C.3 states that the revised design memory is written at the location pointed to by Waddr and read from the location pointed to by Raddr
According to a fourth condition C4, the read and write addresses in the revised design maintain an offset n, the SRL chain length.
W
addr=(Raddr+n) % m Condition C.4
Finally, a fifth condition C.5 states that a write address Waddr is implemented by a counter
W
addr′=(Waddr+1) % m Condition C.5
Once the plurality of conditions C1 to C5 has been introduced, a set of theorems for the transformation from the SRL chain 10 to the memory block 20 can be proved in order to prove the equivalence between the golden design 1 and the revised design 2, i.e. the invariant provided in the below equation:
∀i=0n−1(s(i)==RAM(i)) Equation (1)
This correspond to the stage shown on
The first step is to derive a relationship between RAM(i) and ram(k). Recall that RAM(i) is the memory element corresponding to s(i), the ith SRL element, as explained with reference to
For the example in
RAM(0)=ram((Waddr−0−1) % 5)=ram(1)
RAM(1)=ram((Waddr−1−1) % 5)=ram(0)
RAM(2)=ram((Waddr−2−1) % 5)=ram(4)
RAM(3)=ram((Waddr−3−1) % 5)=ram(3)
Similarly, in
Summarizing the SRL shift pattern and the RAM storage locations, the relation can be generalized as follows:
RAM(i)=ram((Waddr−i−1) % m) Equation (2)
It should be noted that the variable n does not appear in Equation 2. Instead, the offset n is proved separately for the relationship between Waddr and Raddr in condition C.4.
Next, the set of theorems, namely theorem 1, theorem 2 and theorem 3, in the context of the equivalence verification is provided.
Proof
Theorem 2.
Step 1: initial state equivalence from Condition C.1
Step 2: s′(i)==RAM′(i)
By virtue of the induction, the second theorem 2 proves that the SRL chain 10 in the golden design 1 is equivalent to the memory circuitry or memory block 20 in the revised design 2, if the conditions C.1 to C.5 are satisfied and the assertion 60 at the respective input sides holds.
Theorem 2 proves that the SRL chain 10 in the golden design is formally equivalent to the memory circuitry 20 in the revised design, leading to theorem 3:
Theorem 3.
Proof
In other words, after proving the plurality of conditions C.1 to C.5, the following constraint 50 and assertion 60 are added to the complete equivalence checking problem:
constrain outg==outr
assert dg==dr
This means that for the subsequent steps of verification, the output signals of the SRL chain and of the memory block are assumed to be functionally equivalent when the inputs of the SRL chain and the memory block are driven by the same data. Hence, the internal circuitry of the SRL chain and of the memory block can be ignored.
In an embodiment for the transformation from an SRL chain to memory block and the verification techniques provided, the counting circuitry in the revised design is implemented using any of the counting schemes such as a binary counter, Gray counter, Johnson counter, ring counter, one-hot/one-cold encoded counter etc. For proving that the memory implementation is equivalent to the SRL in the golden design, the encoding or working of the counter is irrelevant. Important is that the effective offset between the read-address and the write-address is n (Condition 4).
In a second embodiment shown on
In order to check equivalence of the SRL chain 210 and the memory block 220 in the presence of enable signals, the plurality of conditions and the set of theorems can be modified to take into account said enable signal. Note that only those conditions that differ from the conditions of the first embodiment are listed in the following.
The golden design 210 implements a shift register.
The revised design memory 220 is written at the location pointed by Waddr and read from the location Raddr
The write address Waddr is implemented by a counter.
The modified theorems incorporating the enable signal are as follows. It should be noted that both statement and proof of Theorem 3 is unaffected by the addition of the enable signal and as such omitted in the following.
Theorem 2.
Proof (Induction)
Base Case: initial state equivalence from Condition C.1
Inductive Step
Same as in proof of Theorem 2 in the first embodiment
In yet a third embodiment an asynchronous clear (aclr) is provided. This results in additionally the register elements being cleared when an aclr signal is provided. Once the SRL registers are cleared it takes n steps for the next input to be shifted to the output. All the stored data before the aclr signal is cleared. The synthesis tool can choose to implement this in a variety of techniques; for e.g., clear the respective memory elements or delay the aclr signal for n-cycles and gate (Boolean AND) the output of the memory with this delayed aclr signal (aclr-out). For equivalence checking, it needs to be sufficient only to verify that the memory-output is cleared for n-cycles and has valid data at the end of n cycles, after aclr signal is asserted. This results in the condition C3 being gated with an additional aclr-out signal which is an n-cycle delayed version of aclr. Note that the polarity of aclr signal (active low or active high) need to be taken care in the memory output gating signal aclr-out also.
The condition C.3, which provides that the revised design memory is written at the location pointed by Waddr and read from the location Radar, in the presence of asynchronous clear is given below
In yet a fourth embodiment a synchronous reset (rst) is provided. This embodiment is the same as the previous embodiment. The condition C3 need to be gated with an additional rst-out signal which is an n-cycle delayed version of the original rst signal.
In yet a fifth embodiment, the synthesis tool can also choose to buffer the input stage in the revised memory 420. In this type of SRL2MEMORY transformation, the input of the revised memory, dr, is sampled with one or more registers. The number of such register stages before the memory block is p. In this case, the first p stages are checked using standard equivalence checking techniques and the next (n-p) stages are verified using the verification techniques in first embodiment with a modification of the effective length of the SRL from n to (n-p).
In yet a sixth embodiment, the synthesis tool can also choose to delay the enable signal in the revised memory of the second embodiment. This type of SRL2MEMORY transformation needs to be balanced with an additional input stage register. The enable signal after buffering is called enreg. Here it is only sufficient to verify the revised design storage locations are written and read incorporating the enreg signal (Condition C3) and the counter mechanism also takes enreg into consideration (Condition C5)
C.3 The revised design storage locations are properly written and read:
C.5 Revised design has a proper write address mechanism, Waddr, that functions as a counter.
In yet a seventh embodiment, one or more registers at the output of the memory can be inserted. The corresponding synthesis transformation from an SRL chain 510 to a memory block 520 is shown in
In yet another embodiment, the SRL2MEMORY transformation is applied to SRL chains where width is more than 1. In this case, the individual chains get mapped to the successive bits of the same word of the memory in the revised design. This can result in parallel or cascaded RAM configurations, when the word length does not match the SRL chain width. The formal verification theory of the present disclosure is applied directly without any modification in such situations also. In this case, each SRL chain is taken separately and verified one at a time.
Finally, it should be noted that the memory topology can vary, for example the memory elements may be arranged in a cascaded fashion in the revised block as a result of synthesis irrespective of the width of the SRL chain. This does not change the verification method explained in the present disclosure.
The foregoing description of the preferred embodiment of the invention has been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed, and modifications and variations are possible in light of the above teachings or may be acquired from practice of the invention. The embodiment was chosen and described in order to explain the principles of the invention and its practical application to enable one skilled in the art to utilize the invention in various embodiments as are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the claims appended hereto and their equivalents. The entirety of each of the aforementioned documents is incorporated by reference herein.
Number | Date | Country | Kind |
---|---|---|---|
101294 | Jul 2019 | LU | national |