Overview
SEQ Sequential Reference Model is a code artifact associated with the Y86-64 instruction-set architecture. In the cited verification work, “the SEQ processor” is used as “a reference version of the Y86-64 ISA,” meaning pipelined Y86-64 implementations are checked against SEQ as the architectural reference behavior. [C1]
Verification role
The evidence places SEQ in a formal-verification workflow for pipelined Y86-64 microprocessors. The verification task compares PIPE-style pipelined designs against SEQ, treating SEQ as the reference model for the ISA-level behavior. [C1]
Modeling caveat
The source notes that SEQ itself could theoretically be incorrect, but says this is easier to test by conventional means than verifying the pipelined implementations directly. This frames SEQ as a practical reference artifact rather than an independently proven specification. [C2]
Related architecture
SEQ is related to Y86-64 as the ISA it implements or represents for verification purposes. The provided relationship identifies SEQ as implementing Y86-64, and the evidence supports this by describing SEQ as a reference version of the Y86-64 ISA. [C1]