rsyn-x icon indicating copy to clipboard operation
rsyn-x copied to clipboard

Rsyn – An Extensible Physical Synthesis Framework

Results 9 rsyn-x issues
Sort by recently updated
recently updated
newest added

clang-13 prints these errors: ``` In file included from /disk-samsung/freebsd-ports/cad/rsyn/work/rsyn-x-3855afb/x/src/x/nfl/NFLegal.cpp:25: In file included from /disk-samsung/freebsd-ports/cad/rsyn/work/rsyn-x-3855afb/x/src/x/nfl/NFLegal.h:27: /usr/include/c++/v1/deque:1954:35: error: call to non-static member function without an object argument allocator_type& __a = __base::__alloc();...

Hello, i am trying to use the int Timer::queryTopCriticalPathsFromEndpoint function after creating a custom clock tree. The problem is that the function will return 0 paths. The function works fine...

Hello again! I'm trying to create a static executable of Rsyn for portability reasons. I understand that i must alter the Cmakelists file, but the structure of the project is...

Hello i am looking for a way to display the clock tree on the Rsyn gui and i am also looking for a way to create a net physically so...

help wanted

Hello, I'm having some problems when opening superblue18 using GUI. Thats what a I did: ``` git clone [email protected]:RsynTeam/rsyn-x.git cd rsyn-x wget https://www.dropbox.com/s/1vkcbyqqnmvxydx/rsyn-example.tar.bz2 tar xvf rsyn-example.tar.bz2 mkdir build cd build...

When a Reader is reading a design and both a verilog and a def file are used for the description of the design, the special nets are only defined in...

Otherwise, the `isPhysicalSymmetry` functions will always return `true` as long as `SYMMETRY_XYR90` is defined as 6 in `enum PhysicalSymmetry`.

Hello It's my first time to us Rsyn. I "git clone https://github.com/rsyn/rsyn-x.git" in Centos linux system. and did "cd rsyn-x"->"mkdir build"->"cd build"->"cmake .."->"make" But I don't know how to start...