Conversation
mcoshiro
left a comment
There was a problem hiding this comment.
Overall looks good, added just one minor comment on inputs given the change to read enables on the memory modules.
We discussed this previously, but just to remind myself, I guess the auto pipelining wasn't working so AUTO_PIPELINE is just left to default to false for all the pipeline modules? Similarly, I guess USE_SRL is false for all except modules except LATCH_PC_VMSMER?
Yes to both questions. Auto-pipelining doesn't work right now, so it's off by default, though I did leave that code there for now because I'd like to figure it out sometime soon. And |
This PR includes several timing improvements that were presented in the TF FW meeting, including the following:
tf_pipe_delayandCreateStartSignalthat is easier to floorplan across SLRs.SectorProcessorto SLRs 0 and 1, i.e., the bottom two SLRs, which is where it's currently placed.I did not change the default target clock frequency used during C-synthesis, since I think other people are playing with that. A few other miscellaneous changes include:
tf_merge_streamer.This corresponds to cms-L1TK/project_generation_scripts#69.