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

Integrating into a real Quartus Project #134

Open
Eirikalb opened this issue Jun 9, 2023 · 1 comment
Open

Integrating into a real Quartus Project #134

Eirikalb opened this issue Jun 9, 2023 · 1 comment

Comments

@Eirikalb
Copy link

Eirikalb commented Jun 9, 2023

As every other FPGA engineer in the world I am frustrated at the compile times of my tools. I see in one your papers, you mention that you use icc2 from synplify. I also see here that all you need is an LEF file, a DEF file and .AUX and a Verilog file.

This sounds like it should be possible to plug straight into my EDA tool of choice, say Vivado or Quartus. Have you tried doing this yet?

If not I would love to try for it. The only thing that makes me pause is the single verilog file. Ideally I would want to try to simply push my whole project through your tool, is that possible yet?

Actually I see that the DREAMGAN project has done something very similar to what I want to do:
image

I am currently using quartus. Do you think its possible to integrate this tool into quartus in the same way DREAMGAN did with synopsys?

@limbo018
Copy link
Owner

limbo018 commented Jun 9, 2023

Hi, DREAMPlace is designed for ASIC, not for FPGA. If you are looking for P&R tools for FPGA, please take a look at our other project OpenPARF, which is for FPGA P&R.

https://github.com/PKU-IDEA/OpenPARF

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

2 participants