Activity for Safouan Ben Jha

  • Safouan Ben Jha Safouan Ben Jha created ticket #508

    Error in constraint syntax

  • Safouan Ben Jha Safouan Ben Jha created ticket #507

    Unique syntax error in certain

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #133

    Thank you, for the answer. It was useful but I will be also waiting for the feature :).

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #132

    Hi Mathew, Sorry for late answer. Yes as you said, the build before script takes time (depending on the file that was edited), that can even go to 10s, as I have a "huge" amount of files. And waiting these extra seconds, just to launch a script is really annoying. Comparing this to launching directly from terminal (which is instant), it becomes discouraging to use the SVEeditor launch script.

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #505

    Hi Mathew, Well, unfortunately none of the suggested solutions worked for me. I have checked that each top level includes the macro, and also tried the mfcu, but in vain. What I also find strange, is that I have another macro, declared in the same macro file but it does not cause any problems when called from the same file where " object_call_method" is causing an error! Still cannot figure out why... Best regards, Safouan

  • Safouan Ben Jha Safouan Ben Jha created ticket #505

    'object_call_method is always flagged as en error

  • Safouan Ben Jha Safouan Ben Jha created ticket #133

    Export project preferences

  • Safouan Ben Jha Safouan Ben Jha created ticket #132

    Disable build before launch option when using "SVEdiotr Build Script"

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #489

    Thank you very much for the fix, Now every thing is back to normal, all works as expected in 2.0.2. I think you can close this topic again (for real hopefully) Best Regards, Safouan

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #489

    Another request please: Maybe it is better to prevent the "[ERROR] Head is not cached" from looping infinitly. Then I would like to be able to downgrade to previous release (very much needed in my case now, since the bug is critical), because for the moment it is not possible to do so. Mant thanks, Safouan

  • Safouan Ben Jha Safouan Ben Jha modified a comment on ticket #489

    Well I tried that now and got the same error message, and also found this cast fail again : java.lang.ClassCastException: net.sf.sveditor.core.db.stmt.SVDBConstraintUniqueStmt cannot be cast to net.sf.sveditor.core.db.stmt.SVDBConstraintForeachStmt So opened the repo and checked you're commit to fix the cast issue, then opened the same file in the master branch, and found that the object type is correct (ConstraintUniqueStmt). So went further by decompiling the jar file of release 2.0.1 and... tadaaa,...

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #489

    Well I tried that now and got the same error message, and also found this cast fail again : java.lang.ClassCastException: net.sf.sveditor.core.db.stmt.SVDBConstraintUniqueStmt cannot be cast to net.sf.sveditor.core.db.stmt.SVDBConstraintForeachStmt So opened the repo and checked you're commit to fix the cast issue, that opened the same file in the master branch, and found that the object type is correct (ConstraintUniqueStmt). So went further by decompiling the jar file of release 2.0.1 and... tadaaa,...

  • Safouan Ben Jha Safouan Ben Jha modified a comment on ticket #489

    Well Matthew, you were right when you said you're suspicious. :-/ In fact the issue poped up again in, 2.0.1, with exactly the same project with the same files... that was working with 2.0.0.2 This time I can deliver more details about that: The error message is: [ERROR] Head is not cached and it is printed thousands of times (until I kill eclipse) -> Infinite loop. I found that the msg is pintend when this piece of code is executed (line 522). through jconsole, I get this output for the working...

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #489

    Well Matthew, you were right when you said you're suspicious. :-/ In fact the issue poped up again in, 2.0.1, with exactly the same project with same file... that was working with 2.0.0.2 This time I can deliver more details about that: The error message is: [ERROR] Head is not cached and it is printed thousands of times (until I kill eclipse) -> Infinite loop. I found that the msg is pintend when this piece of code is executed (line 522). through jconsole, I get this output for the working thread:...

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #489

    I have updated to 2.0.0.2 and SVE works like a charm again :), many thanks. You can set this topic to closed.

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #489

    Thank you for the quick reply and fix. However I am still wondering if the "[Error] Head is not cached" is also causing the fail. Actually I also tried to add step by step some files to the argument file, and the error (which is the SVBuilderIndexJob is blocking in 0%) is randomly happening: - if I start by a small file list and add step by step some files, and rebuild index each time, it works fine until I add around 950 files, and then it fails - I kill and restart eclipse and and go back to 900...

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #489

    Same issue pops up in 2.0.0.1: you can see the following log: [ERROR] Head is not cached [ERROR] Head is not cached [ERROR] Head is not cached [ERROR] Head is not cached [ERROR] Head is not cached [ERROR] Head is not cached [ERROR] Head is not cached [ERROR] Head is not cached [ERROR] Head is not cached [ERROR] Head is not cached [ERROR] Head is not cached [ERROR] Head is not cached [ERROR] Head is not cached [ERROR] Head is not cached [ERROR] Head is not cached [ERROR] Head is not cached [ERROR]...

  • Safouan Ben Jha Safouan Ben Jha modified a comment on ticket #128

    Yes exactly!! I would love to have this feature and it would make SV coding much more productive! PS: If you have a look in this pdf questa manual page 241, you can see that is possible to set a breakpoint through command line by setting: bp <filename> As a first draft, I suggest to make the breakpoint list in a variable that is accesible by Eclipse launcher, and to have the possibilty to set at the beginning the separator between the breakpoints ( ; or , or : or ; bp ..... or anything depending...

  • Safouan Ben Jha Safouan Ben Jha modified a comment on ticket #128

    Yes exactly!! I would love to have this feature and it would make SV coding much more productive! PS: If you have a look in this pdf questa manual page 241, you can see that is possible to set a breakpoint through command line by setting: bp <filename> As a first draft, I suggest to make the breakpoint list in a variable that is accesible by Eclipse launcher, and to have the possibilty to set at the begging the separator between the breakpoints ( ; or , or : or ; bp ..... or anything depending on...

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #128

    Yes exactly!! I would love to have this feature and it would make SV coding much more productive! PS: If you have a look in this pdf questa manual page 241, you can see that is possible to set a breakpoint through command line by setting: bp <filename> As a first draft, I suggest to make the breakpoint list in a variable that is accesible by Eclipse launcher, and to have the possibilty to set at the begging the separator between the breakpoints ( ; or , or : or ; bp ..... or anything depending on...

  • Safouan Ben Jha Safouan Ben Jha created ticket #128

    Adding breakpoints

  • Safouan Ben Jha Safouan Ben Jha created ticket #496

    Unsupported major.minor version 52.0 with 2.0.0

  • Safouan Ben Jha Safouan Ben Jha created ticket #490

    Errors when Autocomplete is run

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #489

    Actually I did not check what happened exactly, but most probably eclpse keeps spinning (cannot say how much CPU was used because we're working on 32 core machine, and I guess there is a limit for every user/process) However here is another symptome: I am using vnc server to connect to the machine. When the problem accurs, the file /home/username/.vnc/<machinename>.log keeps increasing strangely reaching up to 250GB!! blocking every user on the machine. I have killed all eclipse process and removed...

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #489

    > Does the same happen in a new workspace? Yes same think wirh a new workspace > Are you able to narrow it down to a specific file(s)? Did not try this, did not won't to run in the error again because I blokced all people sharing the disk with me.

  • Safouan Ben Jha Safouan Ben Jha created ticket #489

    1.9.9 Freezes eclipse!

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #479

    Thanks, but it looks like 1.9.9 is not yet available for download from Files -> sveditor...

  • Safouan Ben Jha Safouan Ben Jha created ticket #124

    Add a "terminate" button in SVE script build script launcher

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #478

    Yes you are right! I have just upgraded to 1.9.8. it is fine now. You can close this...

  • Safouan Ben Jha Safouan Ben Jha created ticket #479

    Unique is not supported by SVE?

  • Safouan Ben Jha Safouan Ben Jha created ticket #478

    Parser error in a correct statement (works in questa)

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #475

    Thank you for the answer. Actually it was a .f issue: I didn't know that the parser...

  • Safouan Ben Jha Safouan Ben Jha modified a comment on ticket #475

    EDIT: even though I CAN go to definition by F3 or open declarations. (the open declartion...

  • Safouan Ben Jha Safouan Ben Jha posted a comment on ticket #475

    EDIT: even though I CAN go to definition by F3 or open declarations.

  • Safouan Ben Jha Safouan Ben Jha created ticket #475

    My own defines are considered as errors

  • Safouan Ben Jha Safouan Ben Jha created ticket #24

    Update of SVEditor on eclipse market place

  • Safouan Ben Jha Safouan Ben Jha posted a comment on discussion Help

    Is it possible to output the netlist from .vhd and .v files as they are already parsed?...

  • Safouan Ben Jha Safouan Ben Jha modified a comment on discussion Open Discussion

    Hi everyone, I get "Failed to find File.sv" error (with red cross to the left of...

  • Safouan Ben Jha Safouan Ben Jha posted a comment on discussion Open Discussion

    Hi everyone, I get "Failed to find File.sv" error (with red cross to the left of...

1