Forum Post: Incisive Enterprise Manager Blank Screen
Hello, I am running Incisive Enterprise Manager on a tiling window manager (dwm 6.0) and whenever I run vmanager, the second window that comes up (the actual incisive enterprise manager) is always a...
View ArticleForum Post: RE: call a skill function from script
Add skill in front of load. skill load("doSomething.il")
View ArticleForum Post: RE: call a skill function from script
You should use axlCmdRegister to register your command and run it that way. ie axlCmdRegister("call do something" 'CalldoSomething) In your script then just have the line: call do something
View ArticleForum Post: RE: Can`t assign any property to any element : W- (SPMHGE-250):...
There are three elements to the Property assign, Delete, the Tick will Delete the property, the Property name and the Property value. In the screen shot that you attached the Delete is checked and the...
View ArticleForum Post: RE: call a skill function from script
Hi Dave, i have a custom menu from which i'm loading several .il files. in my doSomething.il I have already axlCmdRegister("CalldoSomething" `call_do_something) procedure( call_do_something() ... some...
View ArticleForum Post: RE: Incisive Enterprise Manager Blank Screen
Ah, so the fix is using the older Motif-based X integration. It can be set by: export AWT_TOOLKIT=MToolkit After setting this and running vmanager again, the window appears correctly. Man, what a pain...
View ArticleForum Post: RE: Blank screen emanager
I ran into this issue (gray screen on opening of the program) when using a tiling window manager. It looks like you're using Gnome, which implies that you likely have problems distinct from mine. That...
View ArticleForum Post: RE: call a skill function from script
Your axlCmdRegister calls should be in you allegro.ilinit file along with a load or autoload statement. The first parameter is what you would type on the command line in the Allegro console window. The...
View ArticleForum Post: RE: call a skill function from script
i have in the fallowing setup ; allegro.ilinit ;Create Dir Skill 8.1 ;Allegro Command(s) = Draw_A_Line load("draw_a_line.il") ------------------ ; draw_a_line.il ; Draw a line ; Draws a line with...
View ArticleForum Post: RE: call a skill function from script
thanks i tried your suggestion like this, and it worked # Allegro script ; ...some script code skill skill load("fileName.il") skill sfunctionName() skill exit
View ArticleForum Post: RE: Can`t assign any property to any element : W- (SPMHGE-250):...
Ah, i`m dumb. Thank you =)
View ArticleForum Post: RE: Query regarding the Verilog-A code given under "Modeling...
Hi Tawna, I have filed a request for this case. But, as per the rule and regulation of the forum , I should NOT have posted the same issue here. However, since you advised this methodology to follow, I...
View ArticleForum Post: RE: Incisive Enterprise Manager Blank Screen
Hello Patrick. Well done figuring out the work-around! In all the years I've been supporting Enterprise Manager I'd never heard of this problem, perhaps because most users aren't so adventurous with...
View ArticleForum Post: RE: Including `defines with ncvlog netlisting
Hi Steve, Thanks for your response. Perhaps I was unclear, the problem occurs after editing the code, not at compilation -- there I can include the 'defines.v' file and everything works fine (of...
View ArticleForum Post: Conflict between bus notation in Verilog ('[ ]') and Cadence ('')
I'm having an issue arising from the difference in bus notation between Verilog language and Cadence tools. I have two leafs cells comprising of a structural System Verilog netlist and corresponding...
View ArticleForum Post: Two identical blocks in Monte Carlo simulation
Hi, Is that possible to use ADE-XL simulating two identical blocks in same test for Monte Carlo analysis? I need these two identical blocks have same mismatch for each run. Still struggling to find a...
View ArticleForum Post: RE: Incisive Enterprise Manager Blank Screen
That is true, I think I would prefer to have these settings saved away for each separate GUI/toolkit/preferential issue so that one program's fix doesn't break something else down the road. Is there a...
View ArticleForum Post: RE: Conflict between bus notation in Verilog ('[ ]') and Cadence...
In the LVS run, you should be able to use a "layout rename text" command, something like this: layout_rename_text "/ /]/g" ; This way you don't have to change the actual layout, you're just telling the...
View ArticleForum Post: RE: Conflict between bus notation in Verilog ('[ ]') and Cadence...
Thanks for the info. I am using Assura LVS GUI. I don't see where I can run such a command. Is there an option to use these commands in the command line?
View Article