Thomasb81

Results 55 comments of Thomasb81

Hello I understand that in context of above example the following statement https://github.com/Kozea/WeasyPrint/blob/635f1818b5db7aeaaef196fdd286eb6f1281c882/weasyprint/css/counters.py#L292 should be : ` return prefix + suffix + value` but I have difficulties to understand on...

Hello Apparently to fix this issue following function need to be fix: https://github.com/Kozea/tinycss2/blob/291c1429e7de23d839c8bc187908b967013db477/tinycss2/color3.py#L126 in order to support `180, 100%, 50%` or `180 100% 50%` But I understand also that `hsl(180...

color4 seems far more complex than color3. In particular there is support for [Device-independent colors ](https://www.w3.org/TR/css-color-4/#lab-colors) and [Predefined Color Space](https://www.w3.org/TR/css-color-4/#predefined) Where the purpose if I understand it well is to...

This issue can be closed : https://github.com/verilator/verilator/pull/4618 is fixing the issue

Chapter 6.20.2 state ![image](https://user-images.githubusercontent.com/1123617/224551517-2cbad280-84e0-46f6-abf7-08973c93c8c9.png) Here Surelog should probably perform the default evaluation of `(XLEN == 32) ? 32 : 64;` to record the default value and typespec.

Hello I give a re-try of this issue against b08d86c5baa54f6cdb03ad9dcf141f338f94e254 ``` $ time ./surelog -parse ScratchPad.sv ... [ FATAL] : 0 [ SYNTAX] : 0 [ ERROR] : 1 [WARNING]...

same case than https://github.com/chipsalliance/Surelog/issues/2952#issuecomment-1465216076

https://github.com/chipsalliance/Surelog/issues/2635#issuecomment-1077018391 I try to follow the provided instruction but it failed : ``` >>> import uhdmpython Traceback (most recent call last): File "", line 1, in ImportError: uhdmpython.so: undefined symbol:...

Hello In my trial to follow: > You can produce the VPI API in Python. Link uhdmpython.so and uhdm.so in Python, plus a little wrapper for loading the surelog.uhdm and...