Deepak Yadav

Results 5 issues of Deepak Yadav

This change is for fixing issue #155 reported by me. Please pull and merge this. Note: Our project use extension .hxx for c++ header files and .h for c header...

Hi The cppclean is not showing b.xx as does not need to be included. $ cppclean a.hxx $ I have a simple fix for it - do share if there...

Please add support of assert/assume/cover property syntax: > $ cat a.sv > module test (input clk, inp1, inp2); > wire[5:0] cnt; > A1: assume property (@(posedge clk) inp1); > P1:...

enhancement

This will help in knowing the end line number for always block, modules, statements, case statement. User can than use this information for different usage: 1. Find the smallest /...

Please mentions the version of python and version of PyQt used in description / README : 1. Python2 or Python3 2. PyQt4 or PyQt5 or Both.