DSP RTL Library (DRL): An Open Source Verilog/SystemVerilog Approach
Started by 5 years ago●2 replies●latest reply 5 years ago●1264 viewsCheck the documentation and the README for getting started.
Your constructive feedback is quite welcomed.
Have fun!
Hi,
This is pretty cool! Have you thought of using cocotb for the testbench / bit-accurate modeling?
https://github.com/cocotb/cocotb
https://cocotb.readthedocs.io/en/latest/
It's extremely powerful and would allow to keep the testbench and modeling code in the same language (python) and avoid having to deal with PLI / fileIO. I do a lot of this DSP stuff and this has proven to be extremely powerful.
Thanks a lot for the remark, I will definitely look into it and get back to you.
It is already has a standard test-bench loading stimuli and response files (generates from Octave models) and compare it to RTL output to ensure bit-trueness.
I am also working on another project for Verification.
Keep you posted.
Re