nfrancque
nfrancque
Our team uses primarily Xilinx parts with heavy use of XPM components. For unisim, the vcomponents package can be added since it's in VHDL. For XPM, they are all SV...
I use Sublime as editor and would like to try this out. Does anyone know if you can/should add sublime package to the main repo, or a separate one? GHDL...
Add set_simulator method exposed to user for simpler switching between simulators #793
I have a vunit fork [here](https://github.com/nfrancque/vunit) with some changes for our company's infrastructure that I'd like to get merged in where possible, this is the first one. Would like hear...
I'm wondering if there is a way to revert calling `.bin()`. Something like: ```python x1 = Fxp(3.4) x_bin = x1.bin() x2 = from_bin(x_bin) assert x1 == x2 ``` My use...
Should we expect *all* numpy functions to work with fxpmath, or just the common ones? I'm trying to call `numpy.linalg._umath_linalg.eigh_lo` and getting the following exception: ``` File "{{site-packages}}fxpmath/objects.py", line 1577,...
Hi, please let me know if this is the right place to ask a question like this. From what I can understand thus far, firesim at its core is a...
I would be nice to provide some alternative rulesets that may not be the tool's default suggestion, but are common enough to merit discussion. For instance, many people will simply...
With 3.0 (potentially with older versions), if I declare a constant inside a procedure like this: ```vhdl procedure some_proc is constant something : natural; begin do_stuff(something); end procedure some_proc; ```...
I am working with a codebase that splits out entity files and architecture files to support multiple architectures. So, for many files there is file.vhd for entity declaration, and file-rtl.vhd,...