Bad syntax definition for "bgerror" in 8.6.9
Instrumentation creates bad code for "+"-bindings
Hi Peter, thank you for the quick response. This looks very promising. I will try to create some syntax definitions for the custom objects/commands. Regards Florian
Hi Nagelfar-Team, I'm working on an EDA tool that has a Tcl interface with custom commands. Some of these commands (e.g. "readVerilog") create objects and register dynamic commands via "Tcl_CreateObjCommand" to work with the created objects. These dynamic commands have sub-commands which take variable name and code block parameters. An example: # read a verilog file an create a netlist object/command set netlist [readVerilog my/verilog/file.v] # iterate over all modules in the netlist object $netlist...
Hi Nagelfar-Team, I'm working on an EDA tool that has a Tcl interface with custom commands. Some of these commands (e.g. "readVerilog") create objects and register dynamic commands via "Tcl_CreateObjCommand" to work with the created objects. These dynamic commands have sub-commands which have variable name and code block parameters. An example: # read a verilog file an create a netlist object/command set netlist [readVerilog my/verilog/file.v] # iterate over all modules in the netlist object $netlist...
Hi Nagelfar-Team, I'm working on an EDA tool that has a Tcl interface with custom commands. Some of these commands (e.g. "readVerilog") create objects and register dynamic commands via "Tcl_CreateObjCommand" to work with the created objects. These dynamic commands have sub-commands which have variable name and code block parameters. An example: read a verilog file an create a netlist object/command set netlist [readVerilog my/verilog/file.v] iterate over all modules in the netlist object $netlist...
Error when using "Find In Files"
Error when trying to open "Plugins" menu