Guido Sanchez

Results 29 comments of Guido Sanchez

It seems that the error we are getting is because of the way `slang` plugin handles a `(* blackbox *)` attribute with parameters. It appears that would be the only...

Thanks for the quick response. How can I make sure that the frontend can directly read `cells_sim.v`? I tried running `read_slang` on that file before running the other commands and...

Thanks again for the help If I run the command you provide I get the following ``` yosys -m slang -p "read_verilog -D ICE40_HX -lib -specify +/ice40/cells_sim.v; read_slang leds.v main.v...

@clalancette @tomlogan501 I am using a simpleRTK2B RTK GPS with heading. I can confirm that the ROS 2 Jazzy binary packages provide an orientation that does not conform to REP‑103;...

I am facing the same issue. Anyone has managed to solve it? I am attaching the example program that I am trying to run. Compiling with `clang++ -Wall -Wextra -O0...

Yes, of course ``` $ gdb opti_fatrop GNU gdb (Ubuntu 15.0.50.20240403-0ubuntu1) 15.0.50.20240403-git Copyright (C) 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free...

Hi, I re-compiled fatrop with the following `cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/ -DCMAKE_BUILD_TYPE=Debug` but I am getting the same output when using GDB. Am I missing something?

Using that CMAKE_INSTALL_PREFIX installs everything in `/usr/local/lib`. I manually deleted `/usr/local/lib/libfatrop*` and re-installed. ``` $ sudo make install -- Install configuration: "Debug" -- Installing: /usr/local/lib/libfatrop.so.1.0.0 -- Installing: /usr/local/lib/libfatrop.so -- Up-to-date:...

Awesome work! Using `fatropv1` branch makes the example code from `opti_fatrop.cpp` work with both clang++ and g++ ``` $ g++ -Wall -Wextra -O0 -g -std=c++17 -O2 -o opti_fatrop opti_fatrop.cpp -L/usr/local...