google / google/xls

Support ram latency =/= 1 in codegen

Open
#1,053 1 comment 0 reactions 0 assignees View on GitHub
enhancement ram
Dominant language
C++
Stars
1.9k
Forks
283
Avg merge
2d 10h
Merged PRs (30d)
135

Description

RAM configurations allow latency to be specified and are treated as scheduling constraints, but the codegen pass currently implicitly assumes latency==1.

Latency==0 is a special case because of how sends/receives are ordered within a stage (I think receives must all fire before any sends, which for a memory means the receive cannot fire based on the send or else it will deadlock).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.