rust_hdl icon indicating copy to clipboard operation
rust_hdl copied to clipboard

Results 112 rust_hdl issues
Sort by recently updated
recently updated
newest added

I know that autocompletion is planned, my proposal is to add instance autocompletion. For example, by typing the name of an entity that you want to instantiate, an autocomplete suggestion...

enhancement

VHDL allows to prefix a name with the label of the enclosing element as 'scope'. For example, for processes: ```vhdl P: process variable DATA: INTEGER; begin -- Within process P,...

I get the message `Attribute specification must be in the immediate declarative part` with severity of 8 for any attribute of Xilinx interfaces copied from Xilinx Vivado templates. Please use...

We need to create a stable public API to traverse the design hierarchy and the AST. I am hoping @Schottkyc137 and @skaupper can contribute their ideas and feedback here. My...

Sometimes when I re-start the LS I have this error: ``` await this.client.onReady(); await this.client.stop(); this.languageServerDisposable.dispose(); this.languageServerDisposable = this.client.start(); this.context.subscriptions.push(this.languageServerDisposable); ``` ``` [Error - 8:01:08 PM] Starting client failed Error:...

In the actual implementation it seems that when a user start digiting a symbol name to be searched among the workspace symbols, only symbols starting with that pattern are returned....

Hi, I am interested in making a dependency graph of a big project, and I think this tool is a great match for it. Ideally I interface via python with...

The following is a list of elements that are currently not syntactically analyzed. Mostly this is because these elements are rarely used. However, for full compliance with the standard, these...

good first issue
VHDL

I work with a legacy project and on some entities one of the generics is named "DEFAULT". This gives the following error message: > Expected 'signal', 'constant', 'variable', '{identifier}', 'file',...

enhancement