Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fabulous: Add support for LUT6s | gatecat | 2023-04-12 | 2 | -1/+38 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | fabulous: Add support for mapping carry chains | gatecat | 2023-02-27 | 4 | -2/+93 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | fabulous: Add CLK to BRAM interface primitives | gatecat | 2023-02-16 | 1 | -3/+3 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | fabulous: Allow adding extra custom prims and map rules | gatecat | 2022-11-17 | 1 | -0/+32 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | fabulous: improvements to the pass | gatecat | 2022-11-17 | 6 | -139/+199 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | fabulous: Unify and update primitives | gatecat | 2022-11-17 | 3 | -852/+356 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Introduce RegFile mappings | TaoBi22 | 2022-11-17 | 4 | -2/+95 |
| | |||||
* | Replace synth call with components, reintroduce flags and correct vpr flag ↵ | TaoBi22 | 2022-11-17 | 1 | -4/+76 |
| | | | | implementation | ||||
* | Reorder operations to load in primitive library before hierarchy pass | TaoBi22 | 2022-11-17 | 1 | -5/+6 |
| | |||||
* | Add plib flag to specify custom primitive library path | TaoBi22 | 2022-11-17 | 1 | -2/+14 |
| | |||||
* | Remove flattening from FABulous pass | TaoBi22 | 2022-11-17 | 1 | -11/+2 |
| | |||||
* | Remove ALL currently unused flags (some to be reintroduced later and passed ↵ | TaoBi22 | 2022-11-17 | 1 | -82/+3 |
| | | | | through to synth) | ||||
* | Add synth_fabulous ScriptPass | TaoBi22 | 2022-11-17 | 8 | -0/+1282 |