Muzaffer Kal
Muzaffer Kal
@tgorochowik I'm trying to write a very simple testbench where I want to generate randomized data for a multi-input adder. Is there any progress on CR support since your March...
Somebody please support QuantizeLinear/DequantizeLinear ops for quantized networks.
One question here: is the generated C++ code flexible enough for me to put the 128 number back in it or does it generate 1 or 128 copies to the...
Thanks @Guiltybyte for the suggestion. Alas here is what I get when I do that. Is this a capacity issue? Is there a number which I can increase to get...
@Guiltybyte thanks for the info. I have read up on ulimit and it seems my shell (csh) uses limit for the same purpose. Setting unlimit and trying my Verilator command...
Thanks @wsnyder for the suggestions: alas the program gets killed with sigkill and there is no stack. looking at top suggests memory usage goes to 4.7G before the job gets...
I have partial evidence that at least Modelsim vsim and Vivado simulators support this syntax as the testbench comes with scripts for those: https://github.com/pulp-platform/riscv-dbg/blob/master/tb/jtag_dmi/run_vsim.sh. I'll try to make a test...
I am looking at these tests which use the stream operators pretty extensively: https://github.com/pulp-platform/riscv-dbg/blob/master/tb/jtag_dmi/jtag_test.sv and it seems it works with Modelsim & Xilinx simulators. I'll look for a different testbench...