pygears icon indicating copy to clipboard operation
pygears copied to clipboard

Data_dly gear not compiling

Open Risto97 opened this issue 5 years ago • 0 comments

https://github.com/Risto97/pygears_issues/blob/master/data_dly/run_test.py Verilator fails to compile data_dly gear because of missing dreg.sv.

I see 3 ways for resolving this. -Append dreg verilog module in data_dly.sv file (simplest).

-Generate dreg gear modules in loop like in data_dly2(), this is not optimal because of multiple dreg.sv files generated. Also python fails with recursion error for more than 1000 instances (maybe a seperate issue).

-Try implement it in hls.

Risto97 avatar Jul 11 '19 11:07 Risto97