You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In picosoc.v, I noticed that the read data outputs (rdata1, rdata2) of "module picosoc_regs" are combination out, directly implemented using wire "assign".
Does this mean the read delay of picosoc_regs must be 0? This seems a very tough requirement.
The text was updated successfully, but these errors were encountered:
In picosoc.v, I noticed that the read data outputs (rdata1, rdata2) of "module picosoc_regs" are combination out, directly implemented using wire "assign".
Does this mean the read delay of picosoc_regs must be 0? This seems a very tough requirement.
The text was updated successfully, but these errors were encountered: