Hard Macros, etc. #4531
Replies: 4 comments 3 replies
-
Try There are other ways to do this, this is the one that I would personally take. |
Beta Was this translation helpful? Give feedback.
-
How would you define the interface between the static part and the new circuit? Is it possible to pin some of the design after placement, or are you talking strictly synthesis? Do you know of any examples of this technique that I could look at? Thank you |
Beta Was this translation helpful? Give feedback.
-
Understood re: optimizations... The goal is to get a fast turnaround for prototyping, then do a full pass with global optimization. Won't yosys complain or eliminate the circuit if it doesn't terminate in IO pins? Does Thanks, and would love to see an example if you can think of someplace to look... It's a bit past my comfort zone and I will likely get stuck, given my experience... |
Beta Was this translation helpful? Give feedback.
-
If anyone can chime in with details on how to define an interface between the static circuit and the secondary one, would greatly appreciate it. |
Beta Was this translation helpful? Give feedback.
-
I am tired of rebuilding an entire SOC with peripherals (which is invariant) just to make tiny changes to an extra circuit I am working on.
Is there a way to constrain a part of the design, and just partially rebuild a small module?
Hard macros in old Xilinx toolchain kind of worked that way, but anything along these lines would be a great help.
Pls point me in the right direction (I don't even mind building up some tools to parse/merge json or whatever if necessary)
Thank you
Beta Was this translation helpful? Give feedback.
All reactions