Ameet Gohil

Results 7 comments of Ameet Gohil

Modifying pytorch and torchvision pip install commands to use torch 1.8.1 and torchvision 0.9.0 works. It will print an error complaining about torchtext dependency but the notebook will run just...

similar to the last signal in axi-stream transactions that triggers the end of stream. I have been just concatenating the signal with data but it's really cumbersome.

I can switch to C but the verilator testbench framework is in c++.

yes, absolutely. right now, i'm using ben's script to get all the pins and generate the wrapper with templates

@drom Is the pinslist reader library ready to use?

Verilator generates a header file called Vtop.h with has signal width, direction, name which are easily extracted using regex. Here's the regex i used: ``` /VL_([^\(]*)\(([^\,\)]*),([^\D]*),([^\D]*)/g``` This way i don't...

Yes, that's definitely feasible. I'll get on that this week