Shift Register and Status Cell count

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
TePh_4811091
Level 1
Level 1
10 sign-ins First question asked 5 sign-ins

More a question of curiosity and personal education: Why does the first (5th, 9th, etc..) Shift Register placed on a schematic consume 2 Status Cells? I had assumed up to this point that Status Cells == Status Registers, but there is obviously more to it than that.

TIA,

-Terry

0 Likes
1 Solution
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

TePh,

From the sequence referred 1, 5, 9... it follows that something in the project consumes 1/4 of the Status cell per each Shift Register added. I suspect it is a Sync component, which consumes exactly 1/4 of the Status cell. So it will take 4 Sync components to fill one Status cell, and 5-th Shift Register will need a second Status Cell. I suspect that implementation of the Shift Register uses one Sync in the Verilog code (or, possibly UDB Clock Enable with Sync=on)

View solution in original post

0 Likes
4 Replies