Iftakharul Islam Tamim
Iftakharul Islam Tamim
I was having the same problem. I guess, the issue is with the current ubuntu repository. After installing Mininet from the source, it worked.
I added the DEF files at https://github.com/tamimcse/test/tree/master/OpenROAD_results. I also updated the openroad script (https://github.com/tamimcse/test/blob/master/bash_script.sh). Please let me know if you need any other information.
OK, never mind about the previous scripts. I added all the scripts in https://github.com/tamimcse/test/tree/master/sail_sim. Here you want to run `synthesize_Synthesis__Z4sailPhPtS_PjS_S1_S_S1_S_S1_S_S1_S_S1_S_S1_S_S1_S_S1_S_S1_S_S1_S_S1_S_S_S_yy.sh`. It sets some environment variables, then runs HLS_output/Synthesis/bash_flow/bash_script.sh. This is...
No, you don't need OpenROAD-flow or docker at all. However you will need to install openroad, yosys and TritonRoute separately. Those binaries needs to be accessible via PATH variable (they...
Thanks @eder-matheus for looking into the issue!!!! I updated OpenROAD to "openroad" branch along with all the sub-modules as following: `git fetch origin` `git checkout -f --recurse-submodules origin/openroad` The new...
This error doesn't occur if compiler optimization is turned off. I compiled openroad using following command and it worked fine. ``` cmake -DCMAKE_BUILD_TYPE=DEBUG \ -DCMAKE_C_FLAGS_DEBUG="-g -O0" \ -DCMAKE_CXX_FLAGS_DEBUG="-g -O0" ```...
Yeah, this issue still exists (if I use compiler optimization). Here is the output of `openroad` branch: OpenROAD-Flow makefile, sdc and verilog would be found at https://github.com/tamimcse/test5 ``` tamim@tamim-HP-ENVY-17-Notebook-PC:~/OpenROAD-flow/flow$ make...
This is how I did it: 1. Installed OpenROAD `openroad` branch 2. Also installed Yosys and TritonRoute from source code. Installing Yosys via `apt-get` doesn't work. 2. Cloned OpenROAD-Flow `openroad`...
I need to stream Kinect video. Currently I don't have a Kinect. Is there a way I can generate test video? I'm also wondering if there is an MPEG extension...