Udi Finkelstein

Results 41 issues of Udi Finkelstein

I've tried translating ArduBlock to Hebrew. After translating a small portion (14%) of the files, I've tried to test my translations as explained in the block entry: http://blog.ardublock.com/2013/08/16/how-to-test-translations-locally/ Unfortunately, following...

enhancement

**Describe the bug** when a submodule is instanciated with a parameter value which is a constant vector that has a nonzero index, this index is passed to the submodule **To...

**Describe the bug** I have a strange difference in slang output between 8809f2cc51dedcda350a22559c568344e6438695 and f148cdd4869e4cff368546fbd8365ebfc1b18c3c . I have 4 warnings on a vendor's library file of this form: (identifier names...

I went over the latest tree and it seems slang now supports the standard `` `pragma protect `` set of keywords for protected IP. Unfortunately, I'm still encountering IP blocks...

compat

(Not a very important bug, but I ran into it when checking some testcases in edaplayground so filed it anyway.) ``` primitive p (out2, in2); output out2; input in2; table...

I've been trying to run the https://github.com/SystemRDL/RALBot-html/blob/master/example/turboencabulator.rdl example to see if I can get Ordt to parse the same file. As it appears, Ordt fails to parse the example because...

Please see #4846 which just includes a test case but not a fix. > Thanks for taking the time to report this. > Can you attach an example that shows...

area: assertions
status: ready
type: feature-IEEE

**Describe the bug** slang seems to incorrectly size -2^N integral constants as having N+2 bits instead of N+1 bits. **To Reproduce** Simply run ``` module t; wire [15:0]x = -16'sd32768;...

It seems that there is no sanitation done on characters that appear in element names. I tried converting a board (http://www.seeedstudio.com/wiki/images/0/0b/Lipo_rider_v1.1.zip) that unfortunately has an element (on/off switch) called "ONOFF"....

bug

With respect to the following comments: ``` // Simulation problem // Sometimes (like in MULM1) DBH is not set. AU is used in these cases just as a 6 bits...