Giter Site home page Giter Site logo

cuhk-eda / ripple-fpga Goto Github PK

View Code? Open in Web Editor NEW
82.0 10.0 18.0 5.59 MB

RippleFPGA, A Simultaneous Pack-and-Place Algorithm for UltraScale FPGA

License: Other

Makefile 0.04% CMake 0.01% C++ 96.18% C 3.67% Shell 0.07% TeX 0.01% Perl 0.03%
physical-design eda fpga placement ultrascale

ripple-fpga's Issues

Generation of RippleFPGA Input FIles from Vivado

Hi!

RippleFPGA is so comprehensive that I wonder whether we can export some designs from Vivado and test them with it. I notice that Vivado can export DCP file but RippleFPGA also requires files with suffixes like, .aux, .scl, .pl and so on, which I failed to find in the documentation of Vivado.

Thanks in advance for your help! ^_^

Best regards,
TIngyuan

fail to build

Hi, I am trying to build Ripple, but there is an error "gd.h: No such file or directory" when I make mode=release_mt.

截屏2023-02-23 11 53 17

Am I missing any steps?
Help me! Thanks!

Can't make file with the release_mt tag

(I have modified src/Makefile to match the versions of gcc and boost.)
I have faced issues when it is fetching the gd.h file, which I believe is some packages used for debug mode. I could have solved the issue by deleting all the codes related to draw.h, but that would waste me plenty of time.

Below is the error message:

g++ -std=c++11  -I. -I../../boost_1_71_0 -O3 -DNDEBUG -static -Wall -MMD -MP -o main.o -c main.cpp
In file included from ./utils/misc.h:3,
                 from ./global.h:32,
                 from db/db.h:3,
                 from main.cpp:1:
./utils/draw.h:3:10: fatal error: gd.h: No such file or directory
    3 | #include <gd.h>
      |          ^~~~~~
compilation terminated.

make debug build

Dear sir,

I compiled your source code with the command "make mode=debug", but it failed and the log shows "xxxx can not be used when making a PIE object,recompile with -fPIC".

I searched on internet, and i found by adding compile option "-no_pie" to Makefile, the issue can be fixed.
Does it ever happened to you?

Thanks,
Liran

How can i run with mutil-threads?

Hello, jordanpui!
I would like to run ripple-fpga using multiple threads.Could you please tell me if this is feasible,or provide any addition parameters to run ripple-fpga with mutil-threads?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.