Mayank Kabra

Results 9 issues of Mayank Kabra

Fixes # #### Describe the changes you have made in this PR - Created a new feature of buzzer - Inputs are frequency of the sound , duration upto which...

from typing import List from nmigen import * from nmigen.back.pysim import Simulator, Delay, Settle from nmigen import Elaboratable,Module,Signal from nmigen.build import Platform from nmigen.cli import main_parser,main_runner class Adder(Elaboratable): def init(self):...

Hi , I am facing issues while compiling using hls4ml convert -c keras-config.yml Attached is that i have succesfully installed hls4ml screenshot . ![image](https://user-images.githubusercontent.com/57330493/154804264-b2c7c9c7-2608-4b3a-a4e7-5a49731722b8.png) Attached is the error screenshot. ![image](https://user-images.githubusercontent.com/57330493/154804212-967d6b65-2da7-46d2-a812-66c867e75270.png)...

from typing import List from nmigen import * from nmigen.back.pysim import Simulator, Delay, Settle from nmigen import Elaboratable,Module,Signal from nmigen.build import Platform from nmigen.cli import main_parser,main_runner class Adder(Elaboratable): def __init__(self):...

I used this uart reciever andwith arty 35 and after synthesis the LUT count is 25 instead of 51 and simulation are failing post synthesis.

Hi, I was trying to synthesize the hls4ml accelerator using ibex process and there were synthesis error from vivado. Attached is the screenshot. ![image](https://user-images.githubusercontent.com/57330493/168467758-a5bab859-c0d3-4dac-aabb-089e38d586b6.png) Can someone help me out. Thanks!!

Hi, I was trying to do simulation in xcelium for an accelerator built from hls4ml and integrated in esp. After typing run command in xcelium, the process is stuck at...

Hi everyone, I have a simple doubt. While running performance.cpp to get the latency results, why doesnot the relinearization happen for N=1024 and 2048. The variable context.use_keyswitching() is zero whenever...