Unai Martinez-Corral
Unai Martinez-Corral
The following procedure: https://github.com/hdl/containers/blob/442f15fd80ee5d2935602880c59b6b8ff2077f22/debian-bullseye/vtr.dockerfile#L47-L52 ```bash git clone https://github.com/verilog-to-routing/vtr-verilog-to-routing.git /tmp/vtr mkdir -p /tmp/vtr/build cd /tmp/vtr/build cmake -G "Ninja" -DCMAKE_INSTALL_PREFIX="/usr/local" .. cmake --build ./ DESTDIR=/opt/vtr cmake --build ./ --target install ``` Writes...
As explained in https://github.com/pradyunsg/furo/discussions/374, html_show_sourcelink is ignored since a year ago. However, it took be a while to find that. Particularly, searching the docs did not provide any result. This...
# Description This PR is based on: - #486 - #487 - #488 Add CLI option `--filename` to allow printing the drafts anywhere other than `stdout` or the location defined...
The purpose of this PR is to discuss about adding a `pdf_url` option to the theme, to be linked as an icon in the header (or footer) of the theme....
See https://github.com/umarcor/osvb/pull/1.
**Describe the enhancement** Currently, three Action types are supported: Docker, JavaScript and Composite (see https://docs.github.com/en/actions/creating-actions/about-custom-actions#types-of-actions). However, features `pre`, `pref-if`, `post` and `post-if` are only is supported in JavaScript Actions only...
**Describe the enhancement** Currently, it is possible to wrap logs in collapsible groups through `::group::` and `::endgroup::`. The former accepts an optional string, which is used as the title of...
This repository was created by merging the following resources: - [ghdl/ghdl-systemc-fosdem16](https://github.com/ghdl/ghdl-systemc-fosdem16) (ghdl/ghdl-systemc-fosdem16#1). - The content from section `using/Foreign.rst` and `examples/README.rst` (ghdl/ghdl#1216). - Examples gathered in https://github.com/eine/hwd-ide/tree/develop/examples/VHPI. - @RocketRoss, contributed a...
In #14, an example was contributed for wrapping GHDL and executing the simulation step by step through `__ghdl_simulation_step`. Further interesting examples would deal with simulation time explicitly. I am unsure...
vhpidirect/arrays/matrices/framebuffer was merged in #20. These are ideas to enhance it: - X11 *backend*: - [ ] Allow using a canvas smaller than the screen/pixmap. - [ ] Allow resizing...