Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can design query support format for F4PGA? #32

Open
AEW2015 opened this issue Aug 17, 2022 · 2 comments
Open

Can design query support format for F4PGA? #32

AEW2015 opened this issue Aug 17, 2022 · 2 comments

Comments

@AEW2015
Copy link

AEW2015 commented Aug 17, 2022

The top.route file from an F4PGA build folder may work in replacement of a Vivado DCP file.

@ethanrcampbell02
Copy link
Collaborator

I've only looked at the top.route file a little bit and it does seem to have a lot of the information that we would need from the netlist. We would need to write an entirely new design query interface for the file, and it would be a lot more work than our Vivado and RapidWright interfaces as there are a lot of built-in commands that make getting the information we need much easier. Jackson and I would need to do more research into the F4PGA flow in order to figure out what kind of design querying support it has, so an interface for this file would likely be a future project.

@mithro
Copy link

mithro commented Aug 20, 2022

My suggestion would be to probably look at the FPGA Interchange format which has a Python API library and integration with RapidWright and Vivado already. The F4PGA tools are slowly moving to producing and consuming this file format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants