Skip to content

better encapsulate/modularize vivado IP via BUCK #385

@nathanaelhuffman

Description

@nathanaelhuffman

I implemented an extremely rudimentary system for generating Vivado IP where the user provides a tcl and we source it before synthesis:

## source pre-synth user tcl here
which just sources what is generated when we make the IP: hdl/projects/cosmo_seq/xilinx_ip_gen/cosmo_pll_ip.tcl

This works, but doesn't scale well for a lot of IP. What I think we should do is still ingest the tcl, but do an Out of Context synthesis of that, write a checkpoint and then read_ip <ip_name>.xci in the actual synth.tcl we generate. This implies a new BUCK rule I think, but will allow us to better incrementally compile and preserve synth results from larger IPs that take a lot of build time but are also rarely touched.

Metadata

Metadata

Labels

build systemStuff related to buck2 and build-system infra

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions